From 06d511c108320e05b1161a994be8c14d2c61aeb5 Mon Sep 17 00:00:00 2001 From: Julien Genestoux Date: Mon, 4 Mar 2024 19:58:26 -0500 Subject: [PATCH] fix(unlock-app): fixing typo --- .../src/components/interface/checkout/UnlockAccount/SignUp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unlock-app/src/components/interface/checkout/UnlockAccount/SignUp.tsx b/unlock-app/src/components/interface/checkout/UnlockAccount/SignUp.tsx index eb5bae8874d..202e495a4ce 100644 --- a/unlock-app/src/components/interface/checkout/UnlockAccount/SignUp.tsx +++ b/unlock-app/src/components/interface/checkout/UnlockAccount/SignUp.tsx @@ -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'}