Skip to content

Commit

Permalink
fix typo (#4246)
Browse files Browse the repository at this point in the history
I already have an wallet > I already have a wallet
  • Loading branch information
wentokay authored Jun 29, 2023
1 parent df1e5bf commit b782f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-mobile/src/navigation/OnboardingNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function OnboardingCreateOrImportWalletScreen({
}}
/>
<LinkButton
label="I already have an wallet"
label="I already have a wallet"
onPress={() => {
setOnboardingData({ action: "recover" });
navigation.push(RecoverAccountRoutes.KeyringTypeSelector);
Expand Down

1 comment on commit b782f25

@vercel
Copy link

@vercel vercel bot commented on b782f25 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.