diff options
Diffstat (limited to 'src/screens/Profile/components/ProfileFeedHeader.tsx')
-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 |