Skip to content

Commit

Permalink
mark string for localization (bluesky-social#7083)
Browse files Browse the repository at this point in the history
  • Loading branch information
surfdude29 authored Dec 12, 2024
1 parent 6e20893 commit 10dd0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Profile/components/ProfileFeedHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10dd0f7

Please sign in to comment.