mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix: typos in privacy policy (#1587)
This commit is contained in:
parent
dfc9488bb5
commit
8fccd7c495
@ -159,7 +159,7 @@ Registration:
|
||||
TosLinkText: AGBs
|
||||
TosConfirmAnd: und die
|
||||
TosLink: https://zitadel.ch/pdf/agb.pdf
|
||||
PrivacyLinkText: Datenchutzerklärung
|
||||
PrivacyLinkText: Datenschutzerklärung
|
||||
PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf
|
||||
ExternalLogin: oder registriere dich mit einem externen Benutzer
|
||||
|
||||
@ -182,10 +182,13 @@ RegistrationOrg:
|
||||
Diverse: diverse
|
||||
Password: Passwort
|
||||
Password2: Passwort wiederholen
|
||||
Tos: Allgemeine Geschäftsbedingungen
|
||||
TosAndPrivacy: Allgemeine Geschäftsbedingungen und Datenschutz
|
||||
TosConfirm: Ich akzeptiere die
|
||||
TosLinkText: AGBs
|
||||
TosConfirmAnd: und die
|
||||
TosLink: https://zitadel.ch/pdf/agb.pdf
|
||||
PrivacyLinkText: Datenschutzerklärung
|
||||
PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf
|
||||
|
||||
LinkingUsersDone:
|
||||
Title: Benutzerlinking
|
||||
|
@ -159,7 +159,7 @@ Registration:
|
||||
TosLinkText: TOS
|
||||
TosConfirmAnd: and the
|
||||
TosLink: https://zitadel.ch/pdf/tos.pdf
|
||||
PrivacyLinkText: Privacy policy
|
||||
PrivacyLinkText: privacy policy
|
||||
PrivacyLink: https://zitadel.ch/pdf/privacy.pdf
|
||||
ExternalLogin: or register with an external user
|
||||
|
||||
@ -182,10 +182,13 @@ RegistrationOrg:
|
||||
Diverse: diverse / X
|
||||
Password: Password
|
||||
Password2: Password confirmation
|
||||
Tos: Terms and conditions
|
||||
TosConfirm: I agree the
|
||||
TosAndPrivacy: Terms and conditions
|
||||
TosConfirm: I accept the
|
||||
TosLinkText: TOS
|
||||
TosConfirmAnd: and the
|
||||
TosLink: https://zitadel.ch/pdf/tos.pdf
|
||||
PrivacyLinkText: privacy policy
|
||||
PrivacyLink: https://zitadel.ch/pdf/privacy.pdf
|
||||
|
||||
LogoutDone:
|
||||
Title: Logged out
|
||||
|
@ -69,7 +69,7 @@
|
||||
</div>
|
||||
|
||||
<div class="lgn-field">
|
||||
<label class="lgn-label" for="register-term-confirmation">{{t "RegistrationOrg.Tos"}}</label>
|
||||
<label class="lgn-label" for="register-term-confirmation">{{t "RegistrationOrg.TosAndPrivacy"}}</label>
|
||||
<div class="lgn-checkbox">
|
||||
<input class="lgn-input" type="checkbox" id="register-term-confirmation"
|
||||
name="register-term-confirmation" required>
|
||||
|
Loading…
Reference in New Issue
Block a user