Skip to content

Commit 0a89dd3

Browse files
committed
Copy
1 parent d44df14 commit 0a89dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/app/views/preprod/buildDetails/sidebar/buildDetailsSidebarAppInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function BuildDetailsSidebarAppInfo(props: BuildDetailsSidebarAppInfoProp
7777
</Flex>
7878
<Flex gap="sm">
7979
<Text size="md" bold>
80-
{t('Watch app')}:
80+
{t('Watch')}:
8181
</Text>
8282
<Text size="md">
8383
{formatBytesBase10(watchAppMetrics.install_size_bytes)}
@@ -106,7 +106,7 @@ export function BuildDetailsSidebarAppInfo(props: BuildDetailsSidebarAppInfoProp
106106
</Flex>
107107
<Flex gap="sm">
108108
<Text size="md" bold>
109-
{t('Watch app')}:
109+
{t('Watch')}:
110110
</Text>
111111
<Text size="md">
112112
{formatBytesBase10(watchAppMetrics.download_size_bytes)}

0 commit comments

Comments
 (0)