diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-12-12 21:50:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 21:50:30 +0000 |
commit | 10dd0f76eb2d0d05db07e27912070ba418f06b9f (patch) | |
tree | a8f73abd34ff5f781beb937a2f763daa9790101c /src/screens/Profile | |
parent | 6e20893a0ce82b2ff2ad21823c748ef3f0d8103c (diff) | |
download | voidsky-10dd0f76eb2d0d05db07e27912070ba418f06b9f.tar.zst |
mark string for localization (#7083)
Diffstat (limited to 'src/screens/Profile')
-rw-r--r-- | src/screens/Profile/components/ProfileFeedHeader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/components/ProfileFeedHeader.tsx b/src/screens/Profile/components/ProfileFeedHeader.tsx index 0154d535c..fbd7d5e61 100644 --- a/src/screens/Profile/components/ProfileFeedHeader.tsx +++ b/src/screens/Profile/components/ProfileFeedHeader.tsx @@ -502,7 +502,7 @@ function DialogInner({ <View style={[a.flex_row, a.align_center, a.gap_sm, a.justify_between]}> <Text style={[a.italic, t.atoms.text_contrast_medium]}> - Something wrong? Let us know. + <Trans>Something wrong? Let us know.</Trans> </Text> <Button |