Skip to content

Commit

Permalink
remove duplicate i18n key
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Sep 11, 2023
1 parent 0c26e80 commit 98b4266
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
1 change: 0 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
1 change: 0 additions & 1 deletion locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
1 change: 0 additions & 1 deletion locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -3041,7 +3041,6 @@
"i": "Я,",
"pleaseClickOnRead": "Підтвердьте цю інформацію, натиснувши «Прочитати», щоб продовжити використання.",
"pleaseConfirmTheFollowingDeclarationOfConsent": "Підтвердьте наведені нижче заяви про згоду, щоб ви могли використовувати {{title}}.",
"termsOfUse": "Умови використання",
"the": "це"
},
"headline": {
Expand Down
2 changes: 1 addition & 1 deletion views/firstLogin/sections/consent_updates.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section data-panel="section-{{section-nr}}" {{#if submit-page}}class="submit-page" {{/if}}>
<h2 class="h4">{{$t "firstLogin.consent.headline.importantInformation" }} {{#ifCond @root.updatedConsents.total '>' 1}}en{{/ifCond}}</h2>
<a style="margin-bottom: 20px;">{{$t "firstLogin.consent.text.forAnEvenBetterLearningExperience" (dict "title" @root.theme.title)}}
{{#ifCond @root.updatedConsents.termsOfUse.total '>' 0}} {{$t "firstLogin.consent.text.the" }} <a href="/termsofuse" target="_blank">{{$t "firstLogin.consent.text.termsOfUse" }}</a>{{/ifCond}}
{{#ifCond @root.updatedConsents.termsOfUse.total '>' 0}} {{$t "firstLogin.consent.text.the" }} <a href="/termsofuse" target="_blank">{{$t "global.text.termsOfUse" }}</a>{{/ifCond}}
{{#ifCond @root.updatedConsents.privacy.total '>' 0}}
{{#ifCond @root.updatedConsents.termsOfUse.total '>' 0}}
{{$t "firstLogin.consent.text.and" }}
Expand Down

0 comments on commit 98b4266

Please sign in to comment.