From 6732ca99b20c6a3770ce5811f78a9d99040860aa Mon Sep 17 00:00:00 2001 From: Max Topolsky Date: Mon, 17 Nov 2025 14:36:25 -0500 Subject: [PATCH 1/2] fix casing --- static/app/views/preprod/utils/labelUtils.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app/views/preprod/utils/labelUtils.tsx b/static/app/views/preprod/utils/labelUtils.tsx index 0c9dbe3bc4b232..e608c0964fe4fd 100644 --- a/static/app/views/preprod/utils/labelUtils.tsx +++ b/static/app/views/preprod/utils/labelUtils.tsx @@ -75,8 +75,8 @@ export function getLabels(platform: Platform | undefined): Labels { switch (platform) { case 'android': return { - installSizeLabel: t('Uncompressed size'), - downloadSizeLabel: t('Download size'), + installSizeLabel: t('Uncompressed Size'), + downloadSizeLabel: t('Download Size'), appId: t('Package name'), installSizeDescription: t('Uncompressed size on disk not including AOT DEX'), downloadSizeDescription: t('Bytes transferred over the network'), From 1ce7cb367a2b70565ce7f8c5a174f91dded55d64 Mon Sep 17 00:00:00 2001 From: Max Topolsky Date: Mon, 17 Nov 2025 14:46:55 -0500 Subject: [PATCH 2/2] another capitalization --- static/app/views/preprod/utils/labelUtils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/views/preprod/utils/labelUtils.tsx b/static/app/views/preprod/utils/labelUtils.tsx index e608c0964fe4fd..d6b524ca8ed72e 100644 --- a/static/app/views/preprod/utils/labelUtils.tsx +++ b/static/app/views/preprod/utils/labelUtils.tsx @@ -91,7 +91,7 @@ export function getLabels(platform: Platform | undefined): Labels { appId: t('Bundle identifier'), installSizeDescription: t('Unencrypted install size'), downloadSizeDescription: t('Bytes transferred over the network'), - downloadSizeLabel: t('Download size'), + downloadSizeLabel: t('Download Size'), buildConfiguration: t('Build configuration'), installUnavailableTooltip: t( 'Code signature must be valid for this app to be installed.'