Skip to content

Commit fdabadf

Browse files
pcaillaudmory-bot
authored andcommitted
fix: login otp sent message
GitOrigin-RevId: 7831a0f87850ac84e9aa8d514711f0e032ad9066
1 parent 31c31b7 commit fdabadf

File tree

20 files changed

+115
-77
lines changed

20 files changed

+115
-77
lines changed

packages/elements-react/.stub-responses/login/1fa/identifier_first/code/show-code.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/.stub-responses/login/1fa/refresh/code/with-password/wrong-code.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/.stub-responses/login/1fa/refresh/code/without-password/wrong-code.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/.stub-responses/login/1fa/unified/code/code-input.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/.stub-responses/login/2fa/all-methods/code-form.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/.stub-responses/login/2fa/code/send-code.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/.stub-responses/login/2fa/refresh/all-methods/code-form.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/.stub-responses/login/2fa/refresh/code/send-code.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/src/locales/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"identities.messages.4010009": "Die Authentifizierungsmethode stimmt nicht mit der vorherigen Authentifizierungsmethode überein. Bitte versuchen Sie es erneut.",
198198
"identities.messages.4010010": "Die eingegebene Adresse stimmt nicht mit der Adresse überein, die Sie bei der Registrierung angegeben haben. Bitte versuchen Sie es erneut.",
199199
"input.placeholder": "{placeholder} eingeben",
200-
"card.header.parts.code": "einem an Sie gesendeten Code",
200+
"card.header.parts.code": "ein einmaliger Code",
201201
"card.header.parts.identifier-first": "Ihrer {identifierLabel}",
202202
"card.header.parts.oidc": "einem Social-Login",
203203
"card.header.parts.passkey": "einem Passkey",

packages/elements-react/src/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"identities.messages.1010011": "Sign in with hardware key",
2727
"identities.messages.1010012": "Prepare your WebAuthn device (e.g. security key, biometrics scanner, ...) and press continue.",
2828
"identities.messages.1010013": "Continue",
29-
"identities.messages.1010014": "A code has been sent to the address you provided. If you have not received an message, check the spelling of the address and retry the login.",
29+
"identities.messages.1010014": "A code was sent to the address you provided. If you didn't receive it, please check the spelling of the address and try again.",
3030
"identities.messages.1010015": "Send sign in code",
3131
"identities.messages.1010016": "You tried to sign in with \"{duplicateIdentifier}\", but that email is already used by another account. Sign in to your account with one of the options below to add your account \"{duplicateIdentifier}\" at \"{provider}\" as another way to sign in.",
3232
"identities.messages.1010017": "Sign in and link",
@@ -234,7 +234,7 @@
234234
"card.header.parts.oidc": "a social provider",
235235
"card.header.parts.password.registration": "your {identifierLabel} and a password",
236236
"card.header.parts.password.login": "your {identifierLabel} and password",
237-
"card.header.parts.code": "a code sent to you",
237+
"card.header.parts.code": "a one-time code",
238238
"card.header.parts.passkey": "a Passkey",
239239
"card.header.parts.webauthn": "a security key",
240240
"card.header.parts.totp": "your authenticator app",

0 commit comments

Comments
 (0)