Skip to content

Commit

Permalink
fix(wallet): Fix typo in wallet string (#24007)
Browse files Browse the repository at this point in the history
Fix typo in wallet string
  • Loading branch information
muliswilliam authored Jun 6, 2024
1 parent 1b64c79 commit 669a94b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const BackupEnterPassword: React.FC = () => {
return (
<OnboardingContentLayout
showBackButton
title={getLocale('braveWalletEnterAPasswordToContinue')}
title={getLocale('braveWalletEnterAPassswordToContinue')}
subTitle={getLocale('braveWalletEnterYourPasswordToStartBackup')}
>
<Column
Expand Down

0 comments on commit 669a94b

Please sign in to comment.