Skip to content

Commit

Permalink
fix: setting Back button translatable M2-8137 (#904)
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Imperio <felipeimp@Felipes-MacBook-Pro.local>
  • Loading branch information
2 people authored and ChaconC committed Dec 6, 2024
1 parent 8fe4a1b commit d7f2b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/ui/RootNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export const RootNavigator = () => {
<ChevronLeft color="white" size={16} />

<Text ml={2} color="$white" fontSize={16}>
Back
{t('applet_invite_flow:back')}
</Text>
</XStack>
</BackButton>
Expand Down

0 comments on commit d7f2b05

Please sign in to comment.