diff --git a/static/app/views/preprod/components/visualizations/appSizeTheme.ts b/static/app/views/preprod/components/visualizations/appSizeTheme.ts index af477319a1b2ef..99a2f88ed51a83 100644 --- a/static/app/views/preprod/components/visualizations/appSizeTheme.ts +++ b/static/app/views/preprod/components/visualizations/appSizeTheme.ts @@ -76,7 +76,7 @@ export function getAppSizeCategoryInfo( [TreemapType.DYLD]: { color: groupColor1, headerColor: createHeaderColor(groupColor1), - displayName: t('Dynamic Libraries'), + displayName: t('DYLD'), }, [TreemapType.MACHO]: { color: groupColor2,