diff --git a/src/components/termsandconditions/TermsAndConditions.tsx b/src/components/termsandconditions/TermsAndConditions.tsx index fa401692a..3cb98d61d 100644 --- a/src/components/termsandconditions/TermsAndConditions.tsx +++ b/src/components/termsandconditions/TermsAndConditions.tsx @@ -143,7 +143,9 @@ export const TermsAndConditions = () => { mainText: transformText2DataPrivacyLink( translate('termsAndConditionOverlay.contentLine1.privacy') ), - checkboxText: null, + checkboxText: translate( + 'termsAndConditionOverlay.contentLine2.privacy' + ), showOverlay: true, userConfirmed: viewState.userConfirmed, buttons: dataPrivacyButtons diff --git a/src/resources/i18n/de/common.json b/src/resources/i18n/de/common.json index 099d3a821..ddec3b044 100644 --- a/src/resources/i18n/de/common.json +++ b/src/resources/i18n/de/common.json @@ -2189,7 +2189,8 @@ }, "contentLine2": { "termsAndCondition": "Ich habe die Nutzungsbedingungen zur Kenntnis genommen.\n Damit erkläre ich mich einverstanden.", - "termsAndConditionAndPrivacy": "Ich habe die Nutzungsbedingungen und Datenschutzerklärung\n zur Kenntnis genommen. Damit erkläre ich mich einverstanden." + "termsAndConditionAndPrivacy": "Ich habe die Nutzungsbedingungen und Datenschutzerklärung\n zur Kenntnis genommen. Damit erkläre ich mich einverstanden.", + "privacy": "Ich habe die Datenschutzerklärung zur Kenntnis genommen.\n Damit erkläre ich mich einverstanden." }, "labels": { "here": "hier", diff --git a/src/resources/i18n/en/common.json b/src/resources/i18n/en/common.json index 0dbf02480..8d56861a5 100644 --- a/src/resources/i18n/en/common.json +++ b/src/resources/i18n/en/common.json @@ -2170,7 +2170,8 @@ }, "contentLine2": { "termsAndCondition": "I have read the Terms of Use.\n I agree to this.", - "termsAndConditionAndPrivacy": "I have read the Terms of Use and Privacy Policy.\n I agree to this." + "termsAndConditionAndPrivacy": "I have read the Terms of Use and Privacy Policy.\n I agree to this.", + "privacy": "I have read the Privacy Policy.\n I agree to this." }, "labels": { "here": "here",