diff --git a/locales/de.json b/locales/de.json index 837af16616..a921a0acce 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1458,7 +1458,6 @@ "i": "Ich,", "pleaseClickOnRead": "Bitte nimm mit Klick auf „Gelesen” diese Informationen zur Kenntnis, um mit der Nutzung fortzufahren.", "pleaseConfirmTheFollowingDeclarationOfConsent": "Bitte bestätige folgende Einwilligungserklärungen, damit du die {{title}} nutzen kannst.", - "termsOfUse": "Nutzungsordnung", "the": "die" } }, diff --git a/locales/en.json b/locales/en.json index a42d372ae1..4af8129adf 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1458,7 +1458,6 @@ "i": "I,", "pleaseClickOnRead": "Please acknowledge this information by clicking on „Read” in order to proceed with the use.", "pleaseConfirmTheFollowingDeclarationOfConsent": "Please confirm the following declarations of consent so that you can use the {{title}}.", - "termsOfUse": "Terms of Use", "the": "the" } }, diff --git a/locales/es.json b/locales/es.json index fcbe077116..4d3dc8d397 100644 --- a/locales/es.json +++ b/locales/es.json @@ -1458,7 +1458,6 @@ "i": "Yo,", "pleaseClickOnRead": "Acepta esta información haciendo clic en \"Leer\" para continuar con el uso.", "pleaseConfirmTheFollowingDeclarationOfConsent": "Confirma las siguientes declaraciones de consentimiento para que puedas utilizar {{title}}.", - "termsOfUse": "Condiciones de uso", "the": "el" } }, diff --git a/locales/uk.json b/locales/uk.json index 90c744a3fe..859b3c1c5d 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -3041,7 +3041,6 @@ "i": "Я,", "pleaseClickOnRead": "Підтвердьте цю інформацію, натиснувши «Прочитати», щоб продовжити використання.", "pleaseConfirmTheFollowingDeclarationOfConsent": "Підтвердьте наведені нижче заяви про згоду, щоб ви могли використовувати {{title}}.", - "termsOfUse": "Умови використання", "the": "це" }, "headline": { diff --git a/views/firstLogin/sections/consent_updates.hbs b/views/firstLogin/sections/consent_updates.hbs index 8ef49e465d..86b44cac2a 100644 --- a/views/firstLogin/sections/consent_updates.hbs +++ b/views/firstLogin/sections/consent_updates.hbs @@ -1,7 +1,7 @@

{{$t "firstLogin.consent.headline.importantInformation" }} {{#ifCond @root.updatedConsents.total '>' 1}}en{{/ifCond}}

{{$t "firstLogin.consent.text.forAnEvenBetterLearningExperience" (dict "title" @root.theme.title)}} - {{#ifCond @root.updatedConsents.termsOfUse.total '>' 0}} {{$t "firstLogin.consent.text.the" }} {{$t "firstLogin.consent.text.termsOfUse" }}{{/ifCond}} + {{#ifCond @root.updatedConsents.termsOfUse.total '>' 0}} {{$t "firstLogin.consent.text.the" }} {{$t "global.text.termsOfUse" }}{{/ifCond}} {{#ifCond @root.updatedConsents.privacy.total '>' 0}} {{#ifCond @root.updatedConsents.termsOfUse.total '>' 0}} {{$t "firstLogin.consent.text.and" }}