From 62b04502a1807c0c5c53cb74fb145263a85d203e Mon Sep 17 00:00:00 2001 From: mffap Date: Wed, 16 Jun 2021 11:09:15 +0200 Subject: [PATCH] fix: tos and privacy links (#1877) * fix: update tos and privacy policy links * fix: DE tos privacy * Update app.component.html Co-authored-by: Maximilian Panne Co-authored-by: Livio Amstutz --- console/src/app/app.component.html | 4 ++-- docs/docusaurus.config.js | 4 ++-- internal/ui/login/static/i18n/de.yaml | 12 ++++++------ internal/ui/login/static/i18n/en.yaml | 12 ++++++------ 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/console/src/app/app.component.html b/console/src/app/app.component.html index 9e8929e6a9..1bc9818b6d 100644 --- a/console/src/app/app.component.html +++ b/console/src/app/app.component.html @@ -179,11 +179,11 @@
- {{'MENU.TOS' | translate}} | - {{'MENU.PRIVACY' | translate}}     diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 58f78d8fd6..1a9be1e739 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -105,11 +105,11 @@ module.exports = { }, { label: 'Terms and Conditions', - href: 'https://zitadel.ch/pdf/tos.pdf', + href: 'https://docs.zitadel.ch/docs/legal/terms-of-service', }, { label: 'Privacy Policy', - href: 'https://zitadel.ch/pdf/privacy.pdf', + href: 'https://docs.zitadel.ch/docs/legal/privacy-policy', }, ], }, diff --git a/internal/ui/login/static/i18n/de.yaml b/internal/ui/login/static/i18n/de.yaml index b711ea488a..526c54d3fe 100644 --- a/internal/ui/login/static/i18n/de.yaml +++ b/internal/ui/login/static/i18n/de.yaml @@ -159,9 +159,9 @@ Registration: TosConfirm: Ich akzeptiere die TosLinkText: AGBs TosConfirmAnd: und die - TosLink: https://zitadel.ch/pdf/agb.pdf + TosLink: https://docs.zitadel.ch/docs/legal/terms-of-service PrivacyLinkText: Datenschutzerklärung - PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf + PrivacyLink: https://docs.zitadel.ch/docs/legal/privacy-policy ExternalLogin: oder registriere dich mit einem externen Benutzer RegistrationOrg: @@ -186,9 +186,9 @@ RegistrationOrg: TosConfirm: Ich akzeptiere die TosLinkText: AGBs TosConfirmAnd: und die - TosLink: https://zitadel.ch/pdf/agb.pdf + TosLink: https://docs.zitadel.ch/docs/legal/terms-of-service PrivacyLinkText: Datenschutzerklärung - PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf + PrivacyLink: https://docs.zitadel.ch/docs/legal/privacy-policy LinkingUsersDone: Title: Benutzerlinking @@ -227,9 +227,9 @@ Actions: Footer: PoweredBy: Powered By Tos: AGB - TosLink: https://zitadel.ch/pdf/agb.pdf + TosLink: https://docs.zitadel.ch/docs/legal/terms-of-service Privacy: Datenschutzerklärung - PrivacyLink: https://zitadel.ch/pdf/datenschutz.pdf + PrivacyLink: https://docs.zitadel.ch/docs/legal/privacy-policy Help: Hilfe Errors: diff --git a/internal/ui/login/static/i18n/en.yaml b/internal/ui/login/static/i18n/en.yaml index 220484cdb4..7e73f9d924 100644 --- a/internal/ui/login/static/i18n/en.yaml +++ b/internal/ui/login/static/i18n/en.yaml @@ -159,9 +159,9 @@ Registration: TosConfirm: I accept the TosLinkText: TOS TosConfirmAnd: and the - TosLink: https://zitadel.ch/pdf/tos.pdf + TosLink: https://docs.zitadel.ch/docs/legal/terms-of-service PrivacyLinkText: privacy policy - PrivacyLink: https://zitadel.ch/pdf/privacy.pdf + PrivacyLink: https://docs.zitadel.ch/docs/legal/privacy-policy ExternalLogin: or register with an external user RegistrationOrg: @@ -186,9 +186,9 @@ RegistrationOrg: TosConfirm: I accept the TosLinkText: TOS TosConfirmAnd: and the - TosLink: https://zitadel.ch/pdf/tos.pdf + TosLink: https://docs.zitadel.ch/docs/legal/terms-of-service PrivacyLinkText: privacy policy - PrivacyLink: https://zitadel.ch/pdf/privacy.pdf + PrivacyLink: https://docs.zitadel.ch/docs/legal/privacy-policy LoginSuccess: Title: Login successful @@ -227,9 +227,9 @@ Actions: Footer: PoweredBy: Powered By Tos: TOS - TosLink: https://zitadel.ch/pdf/tos.pdf + TosLink: https://docs.zitadel.ch/docs/legal/terms-of-service Privacy: Privacy policy - PrivacyLink: https://zitadel.ch/pdf/privacy.pdf + PrivacyLink: https://docs.zitadel.ch/docs/legal/privacy-policy Help: Help Errors: