add display-name and help-text for idp-email-verification and idp-username-password (#12056)
Closes #12055
This commit is contained in:
parent
48ffe99f02
commit
0eaeaef5f0
2 changed files with 8 additions and 0 deletions
|
@ -370,6 +370,10 @@ internalServerError=Une erreur interne du serveur s''est produite
|
|||
# Identity provider
|
||||
identity-provider-redirector=Connexion avec un autre fournisseur d''identit\u00e9
|
||||
identity-provider-login-label=Ou se connecter avec
|
||||
idp-email-verification-display-name=V\u00e9rification du courriel
|
||||
idp-email-verification-help-text=Lier votre compte en validant votre courriel.
|
||||
idp-username-password-form-display-name=Nom d''utilisateur et mot de passe
|
||||
idp-username-password-form-help-text=Lier votre compte en vous connectant.
|
||||
|
||||
console-username=Nom d''utilisateur:
|
||||
console-password=Mot de passe:
|
||||
|
|
|
@ -474,6 +474,10 @@ webauthn-error-user-not-found=Unknown user authenticated by the Security key.
|
|||
# Identity provider
|
||||
identity-provider-redirector=Connect with another Identity Provider
|
||||
identity-provider-login-label=Or sign in with
|
||||
idp-email-verification-display-name=Email Verification
|
||||
idp-email-verification-help-text=Link your account by validating your email.
|
||||
idp-username-password-form-display-name=Username and password
|
||||
idp-username-password-form-help-text=Link your account by logging in.
|
||||
|
||||
finalDeletionConfirmation=If you delete your account, it cannot be restored. To keep your account, click Cancel.
|
||||
irreversibleAction=This action is irreversible
|
||||
|
|
Loading…
Reference in a new issue