diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-06-26 20:20:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 19:20:52 +0100 |
commit | c4dce4ce450d734c674b2d1599e634a77d00f489 (patch) | |
tree | 43a623cf32cdec98c85b3c5447e34b463888df30 /src/components/StarterPack | |
parent | 3f20e2e3cf086664cb764da2b2886eac8b409270 (diff) | |
download | voidsky-c4dce4ce450d734c674b2d1599e634a77d00f489.tar.zst |
Mark two starter pack strings for localization (#4655)
Diffstat (limited to 'src/components/StarterPack')
-rw-r--r-- | src/components/StarterPack/ProfileStarterPacks.tsx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/StarterPack/ProfileStarterPacks.tsx b/src/components/StarterPack/ProfileStarterPacks.tsx index 096f04f2d..7fb0545a2 100644 --- a/src/components/StarterPack/ProfileStarterPacks.tsx +++ b/src/components/StarterPack/ProfileStarterPacks.tsx @@ -232,11 +232,13 @@ function Empty() { t.atoms.text_contrast_medium, {color: 'white'}, ]}> - You haven't created a starter pack yet! + <Trans>You haven't created a starter pack yet!</Trans> </Text> <Text style={[a.text_md, {color: 'white'}]}> - Starter packs let you easily share your favorite feeds and people with - your friends. + <Trans> + Starter packs let you easily share your favorite feeds and people + with your friends. + </Trans> </Text> </View> <View style={[a.flex_row, a.gap_md, {marginLeft: 'auto'}]}> |