diff --git a/console/src/app/app.component.html b/console/src/app/app.component.html index ba6737cdd8..aa50442b3c 100644 --- a/console/src/app/app.component.html +++ b/console/src/app/app.component.html @@ -203,4 +203,4 @@ {{'MENU.IAMADMIN' | translate}} - \ No newline at end of file + diff --git a/internal/ui/login/static/i18n/de.yaml b/internal/ui/login/static/i18n/de.yaml index 24595fc671..a0dbc02e24 100644 --- a/internal/ui/login/static/i18n/de.yaml +++ b/internal/ui/login/static/i18n/de.yaml @@ -154,10 +154,13 @@ Registration: 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: Datenchutzerklärung + PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf ExternalLogin: oder registriere dich mit einem externen Benutzer RegistrationOrg: @@ -214,8 +217,10 @@ Actions: PasswordLogin: Mit Passwort anmelden Footer: - TosPrivacyPolicy: Datenschutz und AGB + Tos: AGB TosLink: https://zitadel.ch/pdf/agb.pdf + Privacy: Datenschutzerklärung + PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf Help: Hilfe Errors: diff --git a/internal/ui/login/static/i18n/en.yaml b/internal/ui/login/static/i18n/en.yaml index ca2c529dde..86261f5c0a 100644 --- a/internal/ui/login/static/i18n/en.yaml +++ b/internal/ui/login/static/i18n/en.yaml @@ -154,10 +154,13 @@ Registration: 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 ExternalLogin: or register with an external user RegistrationOrg: @@ -214,8 +217,10 @@ Actions: PasswordLogin: Login with password Footer: - TosPrivacyPolicy: ToS and Privacy Policy + Tos: TOS TosLink: https://zitadel.ch/pdf/agb.pdf + Privacy: Privacy policy + PrivacyLink: https://zitadel.ch/pdf/privacy.pdf Help: Help Errors: diff --git a/internal/ui/login/static/templates/footer.html b/internal/ui/login/static/templates/footer.html index c45b53f07d..c9dd742e5b 100644 --- a/internal/ui/login/static/templates/footer.html +++ b/internal/ui/login/static/templates/footer.html @@ -1,7 +1,8 @@ {{define "footer"}} {{end}} \ No newline at end of file diff --git a/internal/ui/login/static/templates/register.html b/internal/ui/login/static/templates/register.html index 42de4c4a16..f14bf7278b 100644 --- a/internal/ui/login/static/templates/register.html +++ b/internal/ui/login/static/templates/register.html @@ -80,7 +80,7 @@