mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
reference to terms of use, data protection, minimum age at added
This commit is contained in:
parent
11c1f28f18
commit
855caf78e9
@ -30,6 +30,16 @@
|
|||||||
name="email"
|
name="email"
|
||||||
icon="envelope"
|
icon="envelope"
|
||||||
/>
|
/>
|
||||||
|
<ds-list size="base">
|
||||||
|
<ds-list-item>
|
||||||
|
<ds-text v-html="$t('components.registration.signup.form.terms-and-condition')"></ds-text>
|
||||||
|
</ds-list-item>
|
||||||
|
<ds-list-item>
|
||||||
|
<ds-text v-html="$t('components.registration.signup.form.data-privacy')"></ds-text>
|
||||||
|
</ds-list-item>
|
||||||
|
<ds-list-item>{{ $t('components.registration.signup.form.minimum-age') }}</ds-list-item>
|
||||||
|
</ds-list>
|
||||||
|
|
||||||
<ds-button
|
<ds-button
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:loading="$apollo.loading"
|
:loading="$apollo.loading"
|
||||||
|
|||||||
@ -30,6 +30,9 @@
|
|||||||
"title": "Mach mit bei Human Connection!",
|
"title": "Mach mit bei Human Connection!",
|
||||||
"form": {
|
"form": {
|
||||||
"description": "Um loszulegen, gib deine E-Mail Adresse ein:",
|
"description": "Um loszulegen, gib deine E-Mail Adresse ein:",
|
||||||
|
"terms-and-condition": "Es gelten unsere <a href=\"/terms-and-conditions\"><ds-text bold color=\"primary\" > Nutzungsbedingungen!</ds-text></a>",
|
||||||
|
"data-privacy": "Es gelten unsere <a href=\"https://human-connection.org/datenschutz/\" target=\"_blank\"><ds-text bold color=\"primary\" >Datenschutzerklärungen!",
|
||||||
|
"minimum-age": "Du musst das 18 Lebensjahr abgeschlossen haben!",
|
||||||
"invitation-code": "Dein Einladungscode lautet: <b>{code}</b>",
|
"invitation-code": "Dein Einladungscode lautet: <b>{code}</b>",
|
||||||
"errors": {
|
"errors": {
|
||||||
"email-exists": "Es gibt schon ein Benutzerkonto mit dieser E-Mail Adresse!",
|
"email-exists": "Es gibt schon ein Benutzerkonto mit dieser E-Mail Adresse!",
|
||||||
|
|||||||
@ -31,6 +31,9 @@
|
|||||||
"title": "Join Human Connection!",
|
"title": "Join Human Connection!",
|
||||||
"form": {
|
"form": {
|
||||||
"description": "To get started, enter your email address:",
|
"description": "To get started, enter your email address:",
|
||||||
|
"terms-and-condition": "Our <a href=\"/terms-and-conditions\"><ds-text bold color=\"primary\" > terms of conditions!</ds-text></a> apply!",
|
||||||
|
"data-privacy": "Our <a href=\"https://human-connection.org/datenschutz/\" target=\"_blank\"><ds-text bold color=\"primary\" > Data privacy </ds-text></a> apply!",
|
||||||
|
"minimum-age": "You must be at least 18 years old!",
|
||||||
"invitation-code": "Your invitation code is: <b>{code}</b>",
|
"invitation-code": "Your invitation code is: <b>{code}</b>",
|
||||||
"errors": {
|
"errors": {
|
||||||
"email-exists": "There is already a user account with this email address!",
|
"email-exists": "There is already a user account with this email address!",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user