diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue
index 00466a2d3..828cf7530 100644
--- a/webapp/components/Registration/CreateUserAccount.vue
+++ b/webapp/components/Registration/CreateUserAccount.vue
@@ -88,12 +88,19 @@
v-html="$t('components.registration.signup.form.minimum-age')"
>
+
+
+
+
{{ $t('actions.save') }}
@@ -145,6 +152,7 @@ export default {
termsAndConditionsConfirmed: false,
dataPrivacy: false,
minimumAge: false,
+ minimumAge: false,
}
},
props: {
diff --git a/webapp/locales/de.json b/webapp/locales/de.json
index 9f1f2d928..168ecc63f 100644
--- a/webapp/locales/de.json
+++ b/webapp/locales/de.json
@@ -495,6 +495,7 @@
"terms-and-condition": "Ich stimme den Nutzungsbedingungen<\/ds-text><\/a>zu.",
"data-privacy": "Ich habe die Datenschutzerklärung<\/ds-text><\/a> gelesen und verstanden",
"minimum-age": "Ich bin 18 Jahre oder älter.",
+ "no-commercial": "Ich habe keine kommerziellen Absichten und ich representiere kein kommerzielles Unternehmen oder Organisation.",
"invitation-code": "Dein Einladungscode lautet: {code}<\/b>",
"errors": {
"email-exists": "Es gibt schon ein Benutzerkonto mit dieser E-Mail Adresse!",
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index 474a2a983..19470a322 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -34,6 +34,7 @@
"terms-and-condition": "I confirm to the Terms and conditions.",
"data-privacy": " I have read and understood the Privacy Statement ",
"minimum-age": "I'm 18 years or older.",
+ "no-commercial": "I have no commercial interests and I am not representing a company or any other commercial organisation on the network",
"invitation-code": "Your invitation code is: {code}",
"errors": {
"email-exists": "There is already a user account with this e-mail address!",