Skip to content

Commit 17b43ef

Browse files
Make continue button uppercase for webauthn signup
1 parent 2a9f4c3 commit 17b43ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ts/recipe/webauthn/components/themes/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defaultTranslationsCommon } from "../../../../translation/translations"
33
export const defaultTranslationsWebauthn = {
44
en: {
55
...defaultTranslationsCommon.en,
6-
WEBAUTHN_EMAIL_CONTINUE_BUTTON: "Continue",
6+
WEBAUTHN_EMAIL_CONTINUE_BUTTON: "CONTINUE",
77
WEBAUTHN_SIGN_UP_LABEL: "Email",
88
WEBAUTHN_RECOVER_ACCOUNT_LABEL: "Recover Account",
99
WEBAUTHN_CONTINUE_WITHOUT_PASSKEY_BUTTON: "Continue without passkey",

0 commit comments

Comments
 (0)