Skip to content

Commit

Permalink
Make continue button uppercase for webauthn signup
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 26, 2024
1 parent 2a9f4c3 commit 17b43ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ts/recipe/webauthn/components/themes/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defaultTranslationsCommon } from "../../../../translation/translations"
export const defaultTranslationsWebauthn = {
en: {
...defaultTranslationsCommon.en,
WEBAUTHN_EMAIL_CONTINUE_BUTTON: "Continue",
WEBAUTHN_EMAIL_CONTINUE_BUTTON: "CONTINUE",
WEBAUTHN_SIGN_UP_LABEL: "Email",
WEBAUTHN_RECOVER_ACCOUNT_LABEL: "Recover Account",
WEBAUTHN_CONTINUE_WITHOUT_PASSKEY_BUTTON: "Continue without passkey",
Expand Down

0 comments on commit 17b43ef

Please sign in to comment.