Skip to content

Commit 983af4f

Browse files
authored
fix(preprod): update dyld label (#103408)
This was accidentally set to "Dynamic Libraries" which is tangentially related to DYLD but the wrong label in this case. Resolves EME-579
1 parent c03ac7a commit 983af4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/preprod/components/visualizations/appSizeTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function getAppSizeCategoryInfo(
7676
[TreemapType.DYLD]: {
7777
color: groupColor1,
7878
headerColor: createHeaderColor(groupColor1),
79-
displayName: t('Dynamic Libraries'),
79+
displayName: t('DYLD'),
8080
},
8181
[TreemapType.MACHO]: {
8282
color: groupColor2,

0 commit comments

Comments
 (0)