mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
feat(console): set email verified on change, user create (#2847)
* feat: set email verified on change * user create
This commit is contained in:
@@ -419,6 +419,8 @@
|
||||
"EMAIL": {
|
||||
"TITLE": "E-Mail",
|
||||
"VALID": "Validiert",
|
||||
"ISVERIFIED": "Email Verifiziert",
|
||||
"ISVERIFIEDDESC": "Wenn die Email als verifiziert angegeben wird, wird keine Initialisierungsmail versendet.",
|
||||
"RESEND": "Verifikationsmail erneut senden",
|
||||
"EDITTITLE": "Email ändern",
|
||||
"EDITDESC": "Geben Sie die neue Email in dem darunterliegenden Feld ein!"
|
||||
|
@@ -419,6 +419,8 @@
|
||||
"EMAIL": {
|
||||
"TITLE": "E-mail",
|
||||
"VALID": "validated",
|
||||
"ISVERIFIED": "Email Verified",
|
||||
"ISVERIFIEDDESC": "If the email is indicated as verified, no initialization email will be sent.",
|
||||
"RESEND": "Resend Verification E-mail",
|
||||
"EDITTITLE": "Change Email",
|
||||
"EDITDESC": "Enter the new email in the field below."
|
||||
|
@@ -419,6 +419,8 @@
|
||||
"EMAIL": {
|
||||
"TITLE": "E-mail",
|
||||
"VALID": "convalidato",
|
||||
"ISVERIFIED": "Email Verificato",
|
||||
"ISVERIFIEDDESC": "Se l'email viene indicata come verificata, non verrà inviata alcuna email di inizializzazione.",
|
||||
"RESEND": "Invia di nuovo l'e-mail di verifica",
|
||||
"EDITTITLE": "Cambiare l'e-mail",
|
||||
"EDITDESC": "Inserisci la nuova email nel campo sottostante."
|
||||
|
Reference in New Issue
Block a user