diff --git a/webapp/locales/de.json b/webapp/locales/de.json
index fd83322f5..58d39d31c 100644
--- a/webapp/locales/de.json
+++ b/webapp/locales/de.json
@@ -569,11 +569,11 @@
"get-help": "Wenn du einem inakzeptablen Verhalten ausgesetzt bist, es miterlebst oder andere Bedenken hast, benachrichtige bitte so schnell wie möglich einen Organisator der Gemeinschaft und verlinke oder verweise auf den entsprechenden Inhalt:"
},
"termsAndConditions": {
- "newTermsAndConditions": "Neue Nutzungsbedingungen",
"termsAndConditionsConfirmed": "Ich habe die Nutzungsbedingungen durchgelesen und stimme ihnen zu.",
- "termsAndConditionsNewConfirmText": "Unsere Nutzungsbedingungen haben sich geändert!",
- "termsAndConditionsNewConfirm": "Ich bestätige die neuen Nutzungsbedingungen",
- "agree": "Ich Stimme zu!",
+ "newTermsAndConditions": "Neue Nutzungsbedingungen",
+ "termsAndConditionsNewConfirmText": "Neue Nutzungsbedingungen jetzt lesen!",
+ "termsAndConditionsNewConfirm": "Ich habe die neuen Nutzungsbedingungen durchgelesen und stimme zu.",
+ "agree": "Ich stimme zu!",
"risk": {
"title": "Unfallgefahr",
"description": "Das ist eine Testversion! Alle Daten, Dein Profil und die Server können jederzeit komplett vernichtet, verloren, verbrannt und vielleicht auch in der Nähe von Alpha Centauri synchronisiert werden. Die Benutzung läuft auf eigene Gefahr. Mit kommerziellen Nebenwirkungen ist jedoch nicht zu rechnen."
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index 500cbdb76..b8ec54f5f 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -571,8 +571,8 @@
"termsAndConditions": {
"newTermsAndConditions": "New Terms and Conditions",
"termsAndConditionsConfirmed": "I have read and confirmed the Terms and Conditions.",
- "termsAndConditionsNewConfirmText": "Our Terms and Conditions have changed!",
- "termsAndConditionsNewConfirm": "I confirm the new Terms and Conditions",
+ "termsAndConditionsNewConfirmText": "Read new terms of conditions now!",
+ "termsAndConditionsNewConfirm": "I have read and agree to the new terms of conditions.",
"agree": "I agree!",
"risk": {
"title": "Risk of accident",
diff --git a/webapp/pages/terms-and-conditions-confirm.vue b/webapp/pages/terms-and-conditions-confirm.vue
index 706046fda..19196df9a 100644
--- a/webapp/pages/terms-and-conditions-confirm.vue
+++ b/webapp/pages/terms-and-conditions-confirm.vue
@@ -1,16 +1,59 @@
{{ $t(`termsAndConditions.have-fun`) }}
+
+
+
+
+
${this.data}
`, + } + }, }, data() { return { - isOpen: false, + disabledSubmitButton: false, + isOpen: true, + termsAndConditionsConfirmed: false, + checked: false, sections: [ 'risk', 'data-privacy',