diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 58d39d31c..298a45f5e 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -571,7 +571,7 @@ "termsAndConditions": { "termsAndConditionsConfirmed": "Ich habe die Nutzungsbedingungen durchgelesen und stimme ihnen zu.", "newTermsAndConditions": "Neue Nutzungsbedingungen", - "termsAndConditionsNewConfirmText": "Neue Nutzungsbedingungen jetzt lesen!", + "termsAndConditionsNewConfirmText": "Bitte lies dir die neue Nutzungsbedingungen jetzt durch!", "termsAndConditionsNewConfirm": "Ich habe die neuen Nutzungsbedingungen durchgelesen und stimme zu.", "agree": "Ich stimme zu!", "risk": { diff --git a/webapp/locales/en.json b/webapp/locales/en.json index b8ec54f5f..6fe26ebcd 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -571,7 +571,7 @@ "termsAndConditions": { "newTermsAndConditions": "New Terms and Conditions", "termsAndConditionsConfirmed": "I have read and confirmed the Terms and Conditions.", - "termsAndConditionsNewConfirmText": "Read new terms of conditions now!", + "termsAndConditionsNewConfirmText": "Please read the new terms of use now!", "termsAndConditionsNewConfirm": "I have read and agree to the new terms of conditions.", "agree": "I agree!", "risk": { diff --git a/webapp/pages/terms-and-conditions-confirm.vue b/webapp/pages/terms-and-conditions-confirm.vue index 19196df9a..a516bd134 100644 --- a/webapp/pages/terms-and-conditions-confirm.vue +++ b/webapp/pages/terms-and-conditions-confirm.vue @@ -1,59 +1,25 @@ @@ -80,17 +46,9 @@ export default { ...mapGetters({ currentUser: 'auth/user', }), - compiledData() { - return { - template: `

${this.data}

`, - } - }, }, data() { return { - disabledSubmitButton: false, - isOpen: true, - termsAndConditionsConfirmed: false, checked: false, sections: [ 'risk',