Skip to content
Snippets Groups Projects
Commit 0efc4d45 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add back button for email mode selection

parent b1a6c764
No related branches found
No related tags found
1 merge request!78Resolve "Rewrite registration wizard"
Pipeline #196009 canceled
......@@ -93,6 +93,17 @@ import SecondaryActionButton from "aleksis.core/components/generic/buttons/Secon
</div>
</v-col>
</v-row>
<v-card-actions>
<v-row>
<v-col>
<secondary-action-button
@click="emailMode = null"
i18n-key="paweljong.event_registration.form.steps.email.choose_mode.back"
/>
</v-col>
<v-spacer />
</v-row>
</v-card-actions>
</v-form>
<template v-else>
<v-card-text>
......
......@@ -65,7 +65,8 @@
"help_text": " Jeder Teilnehmende benötigt seine eigene E-Mail-Adresse. Diese Adresse muss eine Adresse sein, die du selbst abrufst und liest, und die nicht deinen Eltern gehört. Wichtige Informationen senden wir natürlich immer zusätzlich an deine Eltern. Natürlich solltest du mit deinen Eltern immer reden, falls du beim Lesen deiner E-Mails Fragen oder Sorgen hast. Wenn du bisher keine eigene E-Mail-Adresse hast, und keine bei den \"großen\" Anbietern anlegen kannst oder möchtest (denke daran, dass Google, Outlook etc. Accounts erst ab 16 erlauben, und oft deine Daten sammeln und analysieren), kannst du Dir bei uns eine E-Mail-Adresse registrieren.",
"continue_aleksis": "Ich habe keine persönliche E-Mail-Adresse",
"continue_own": "Ich habe eine persönliche E-Mail-Adresse",
"continue_existing_account": "Ich habe bereits ein Konto"
"continue_existing_account": "Ich habe bereits ein Konto",
"back": "Zurück"
},
"fields": {
"email": {
......
......@@ -65,7 +65,8 @@
"help_text": "Every person needs a personal e-mail address. This address must be one that you, the participating child, check and read yourself, not one owned by your parents. If you do not have a personal e-mail address yet, and do not want or cannot register one with one of the \"big\" providers (keep in mind that Google, Outlook, etc. are allowed from 16 years only, and often collect and analyse your private mail), you can register an e-mail address with us.",
"continue_aleksis": "I don't have a personal email address",
"continue_own": "I have a personal email address",
"continue_existing_account": "I already have an account"
"continue_existing_account": "I already have an account",
"back": "Go back"
},
"fields": {
"email": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment