diff --git a/webapp/components/EnterNonce/EnterNonce.vue b/webapp/components/EnterNonce/EnterNonce.vue index 4785b2c71..6b9d5cb38 100644 --- a/webapp/components/EnterNonce/EnterNonce.vue +++ b/webapp/components/EnterNonce/EnterNonce.vue @@ -17,6 +17,9 @@ {{ $t('components.registration.email-nonce.form.description') }} + + {{ $t('components.registration.email-nonce.form.click-next') }} + {{ $t('components.registration.email-nonce.form.next') }} diff --git a/webapp/components/Registration/RegistrationSlideNonce.vue b/webapp/components/Registration/RegistrationSlideNonce.vue index 604d9b132..d7bda28d6 100644 --- a/webapp/components/Registration/RegistrationSlideNonce.vue +++ b/webapp/components/Registration/RegistrationSlideNonce.vue @@ -18,6 +18,9 @@ {{ $t('components.registration.email-nonce.form.description') }} + + {{ $t('components.registration.email-nonce.form.click-next') }} + diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 62860ae13..88852504a 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -195,8 +195,9 @@ "yourEmail": "Deine E-Mail-Adresse:" }, "email-nonce": { - "buttonTitle": "Bestätigen", + "buttonTitle": "Weiter", "form": { + "click-next": "Click auf Weiter.", "description": "Öffne Dein E-Mail Postfach und gib den Code ein, den wir geschickt haben.", "next": "Weiter", "nonce": "E-Mail-Code: 32143", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index a6060f3a0..c42d6beaa 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -195,9 +195,10 @@ "yourEmail": "Your e-mail address:" }, "email-nonce": { - "buttonTitle": "Confirm", + "buttonTitle": "Continue", "form": { - "description": "Open your inbox and enter the code that we've sent to you.", + "click-next": "Click on Continue.", + "description": "Open your e-mail inbox and enter the code that we've sent to you.", "next": "Continue", "nonce": "E-mail code: 32143", "validations": { diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index 6f98be2e9..2720f8deb 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -142,6 +142,7 @@ }, "email-nonce": { "form": { + "click-next": "Cliquez sur Continuer.", "description": "Ouvrez votre boîte de réception et entrez le code que nous vous avons envoyé.", "next": "Continuer", "nonce": "Entrez votre code",