mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-04 15:28:20 +00:00
fix: privacy policy (#1559)
This commit is contained in:
parent
75d4b33281
commit
05c6d0688a
@ -203,4 +203,4 @@
|
|||||||
<span>{{'MENU.IAMADMIN' | translate}}</span>
|
<span>{{'MENU.IAMADMIN' | translate}}</span>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -154,10 +154,13 @@ Registration:
|
|||||||
Diverse: diverse
|
Diverse: diverse
|
||||||
Password: Passwort
|
Password: Passwort
|
||||||
Password2: Passwort wiederholen
|
Password2: Passwort wiederholen
|
||||||
Tos: Allgemeine Geschäftsbedingungen
|
TosAndPrivacy: Allgemeine Geschäftsbedingungen und Datenschutz
|
||||||
TosConfirm: Ich akzeptiere die
|
TosConfirm: Ich akzeptiere die
|
||||||
TosLinkText: AGBs
|
TosLinkText: AGBs
|
||||||
|
TosConfirmAnd: und die
|
||||||
TosLink: https://zitadel.ch/pdf/agb.pdf
|
TosLink: https://zitadel.ch/pdf/agb.pdf
|
||||||
|
PrivacyLinkText: Datenchutzerklärung
|
||||||
|
PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf
|
||||||
ExternalLogin: oder registriere dich mit einem externen Benutzer
|
ExternalLogin: oder registriere dich mit einem externen Benutzer
|
||||||
|
|
||||||
RegistrationOrg:
|
RegistrationOrg:
|
||||||
@ -214,8 +217,10 @@ Actions:
|
|||||||
PasswordLogin: Mit Passwort anmelden
|
PasswordLogin: Mit Passwort anmelden
|
||||||
|
|
||||||
Footer:
|
Footer:
|
||||||
TosPrivacyPolicy: Datenschutz und AGB
|
Tos: AGB
|
||||||
TosLink: https://zitadel.ch/pdf/agb.pdf
|
TosLink: https://zitadel.ch/pdf/agb.pdf
|
||||||
|
Privacy: Datenschutzerklärung
|
||||||
|
PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf
|
||||||
Help: Hilfe
|
Help: Hilfe
|
||||||
|
|
||||||
Errors:
|
Errors:
|
||||||
|
@ -154,10 +154,13 @@ Registration:
|
|||||||
Diverse: diverse / X
|
Diverse: diverse / X
|
||||||
Password: Password
|
Password: Password
|
||||||
Password2: Password confirmation
|
Password2: Password confirmation
|
||||||
Tos: Terms and conditions
|
TosAndPrivacy: Terms and conditions
|
||||||
TosConfirm: I agree the
|
TosConfirm: I accept the
|
||||||
TosLinkText: TOS
|
TosLinkText: TOS
|
||||||
|
TosConfirmAnd: and the
|
||||||
TosLink: https://zitadel.ch/pdf/tos.pdf
|
TosLink: https://zitadel.ch/pdf/tos.pdf
|
||||||
|
PrivacyLinkText: Privacy policy
|
||||||
|
PrivacyLink: https://zitadel.ch/pdf/privacy.pdf
|
||||||
ExternalLogin: or register with an external user
|
ExternalLogin: or register with an external user
|
||||||
|
|
||||||
RegistrationOrg:
|
RegistrationOrg:
|
||||||
@ -214,8 +217,10 @@ Actions:
|
|||||||
PasswordLogin: Login with password
|
PasswordLogin: Login with password
|
||||||
|
|
||||||
Footer:
|
Footer:
|
||||||
TosPrivacyPolicy: ToS and Privacy Policy
|
Tos: TOS
|
||||||
TosLink: https://zitadel.ch/pdf/agb.pdf
|
TosLink: https://zitadel.ch/pdf/agb.pdf
|
||||||
|
Privacy: Privacy policy
|
||||||
|
PrivacyLink: https://zitadel.ch/pdf/privacy.pdf
|
||||||
Help: Help
|
Help: Help
|
||||||
|
|
||||||
Errors:
|
Errors:
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{{define "footer"}}
|
{{define "footer"}}
|
||||||
<footer>
|
<footer>
|
||||||
<span class="fill-space"></span>
|
<span class="fill-space"></span>
|
||||||
<a href="{{t "Footer.TosLink"}}" rel="noopener noreferrer" target="_blank" alt="Privacy Policy">{{t "Footer.TosPrivacyPolicy"}}</a>
|
<a href="{{t "Footer.TosLink"}}" rel="noopener noreferrer" target="_blank" alt="TOS">{{t "Footer.Tos"}}</a>
|
||||||
|
<a href="{{t "Footer.PrivacyLink"}}" rel="noopener noreferrer" target="_blank" alt="Privacy Policy">{{t "Footer.Privacy"}}</a>
|
||||||
<a href="https://docs.zitadel.ch/use" target="_black" alt="Help">{{t "Footer.Help"}}</a>
|
<a href="https://docs.zitadel.ch/use" target="_black" alt="Help">{{t "Footer.Help"}}</a>
|
||||||
</footer>
|
</footer>
|
||||||
{{end}}
|
{{end}}
|
@ -80,7 +80,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="lgn-field">
|
<div class="lgn-field">
|
||||||
<label class="lgn-label">{{t "Registration.Tos"}}</label>
|
<label class="lgn-label">{{t "Registration.TosAndPrivacy"}}</label>
|
||||||
<div class="lgn-checkbox">
|
<div class="lgn-checkbox">
|
||||||
<input type="checkbox" id="register-term-confirmation"
|
<input type="checkbox" id="register-term-confirmation"
|
||||||
name="register-term-confirmation" required>
|
name="register-term-confirmation" required>
|
||||||
@ -89,6 +89,10 @@
|
|||||||
<a class="tos-link" target="_blank" href="{{t "Registration.TosLink"}}" rel="noopener noreferrer">
|
<a class="tos-link" target="_blank" href="{{t "Registration.TosLink"}}" rel="noopener noreferrer">
|
||||||
{{t "Registration.TosLinkText"}}
|
{{t "Registration.TosLinkText"}}
|
||||||
</a>
|
</a>
|
||||||
|
{{t "Registration.TosConfirmAnd"}}
|
||||||
|
<a class="tos-link" target="_blank" href="{{t "Registration.PrivacyLink"}}" rel="noopener noreferrer">
|
||||||
|
{{t "Registration.PrivacyLinkText"}}
|
||||||
|
</a>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -76,6 +76,10 @@
|
|||||||
<label class="lgn-label" for="register-term-confirmation">
|
<label class="lgn-label" for="register-term-confirmation">
|
||||||
{{t "RegistrationOrg.TosConfirm"}}
|
{{t "RegistrationOrg.TosConfirm"}}
|
||||||
<a class="tos-link" target="_blank" href="{{t "RegistrationOrg.TosLink"}}" rel="noopener noreferrer">{{t "RegistrationOrg.TosLinkText"}}</a>
|
<a class="tos-link" target="_blank" href="{{t "RegistrationOrg.TosLink"}}" rel="noopener noreferrer">{{t "RegistrationOrg.TosLinkText"}}</a>
|
||||||
|
{{t "Registration.TosConfirmAnd"}}
|
||||||
|
<a class="tos-link" target="_blank" href="{{t "Registration.PrivacyLink"}}" rel="noopener noreferrer">
|
||||||
|
{{t "Registration.PrivacyLinkText"}}
|
||||||
|
</a>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user