Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions static/app/views/preprod/utils/labelUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand All @@ -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.'
Expand Down
Loading