mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 16:47:32 +00:00
fix: translation (#3156)
* fix: translation * fix: translation * fix: translation
This commit is contained in:
@@ -259,7 +259,7 @@ RegistrationOrg:
|
||||
TosLinkText: AGBs
|
||||
TosConfirmAnd: und die
|
||||
PrivacyLinkText: Datenschutzerklärung
|
||||
SaveButtonText: speichern
|
||||
SaveButtonText: Organisation speichern
|
||||
|
||||
LoginSuccess:
|
||||
Title: Erfolgreich eingeloggt
|
||||
|
@@ -260,7 +260,7 @@ RegistrationOrg:
|
||||
TosLinkText: TOS
|
||||
TosConfirmAnd: and the
|
||||
PrivacyLinkText: privacy policy
|
||||
SaveButtonText: save
|
||||
SaveButtonText: Create organization
|
||||
|
||||
LoginSuccess:
|
||||
Title: Login successful
|
||||
|
@@ -260,7 +260,7 @@ RegistrationOrg:
|
||||
TosLinkText: Termini di servizio
|
||||
TosConfirmAnd: e
|
||||
PrivacyLinkText: l'informativa sulla privacy
|
||||
SaveButtonText: Salva
|
||||
SaveButtonText: Creare organizzazione
|
||||
|
||||
LoginSuccess:
|
||||
Title: Accesso riuscito
|
||||
|
@@ -31,7 +31,7 @@
|
||||
|
||||
<div class="field">
|
||||
<label class="lgn-label"
|
||||
for="change-password-confirmation">{{t "PasswordChange.NewPasswordConfirmationLabel"}}</label>
|
||||
for="change-password-confirmation">{{t "PasswordChange.NewPasswordConfirmLabel"}}</label>
|
||||
<input class="lgn-input" type="password" id="change-password-confirmation"
|
||||
name="change-password-confirmation" autocomplete="new-password" required>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user