about summary refs log tree commit diff
path: root/src/screens/Profile
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2024-12-12 21:50:30 +0000
committerGitHub <noreply@github.com>2024-12-12 21:50:30 +0000
commit10dd0f76eb2d0d05db07e27912070ba418f06b9f (patch)
treea8f73abd34ff5f781beb937a2f763daa9790101c /src/screens/Profile
parent6e20893a0ce82b2ff2ad21823c748ef3f0d8103c (diff)
downloadvoidsky-10dd0f76eb2d0d05db07e27912070ba418f06b9f.tar.zst
mark string for localization (#7083)
Diffstat (limited to 'src/screens/Profile')
-rw-r--r--src/screens/Profile/components/ProfileFeedHeader.tsx2
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