Skip to content

Commit

Permalink
fix(unlock-app): fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Mar 5, 2024
1 parent 0459d49 commit 06d511c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function SignUp({ unlockAccountService, signUp }: Props) {
form="confirmPassword"
className="w-full"
>
{isSigningUp ? 'Creating Account' : 'Create Accountaa'}
{isSigningUp ? 'Creating Account' : 'Create Account'}
</Button>
<PoweredByUnlock />
</footer>
Expand Down

0 comments on commit 06d511c

Please sign in to comment.