Merge pull request #6850 from Ocelot-Social-Community/feature-improve-registration-slide-nonce-text

feat(webapp): improve registration slide nonce text
This commit is contained in:
Hannes Heine 2024-01-18 13:17:56 +01:00 committed by GitHub
commit bd4fc0e127
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 3 deletions

View File

@ -17,6 +17,9 @@
<ds-text> <ds-text>
{{ $t('components.registration.email-nonce.form.description') }} {{ $t('components.registration.email-nonce.form.description') }}
</ds-text> </ds-text>
<ds-text>
{{ $t('components.registration.email-nonce.form.click-next') }}
</ds-text>
<base-button :disabled="disabled" filled name="submit" type="submit"> <base-button :disabled="disabled" filled name="submit" type="submit">
{{ $t('components.registration.email-nonce.form.next') }} {{ $t('components.registration.email-nonce.form.next') }}
</base-button> </base-button>

View File

@ -18,6 +18,9 @@
<ds-text> <ds-text>
{{ $t('components.registration.email-nonce.form.description') }} {{ $t('components.registration.email-nonce.form.description') }}
</ds-text> </ds-text>
<ds-text>
{{ $t('components.registration.email-nonce.form.click-next') }}
</ds-text>
<slot></slot> <slot></slot>
<ds-space margin="xxx-small" /> <ds-space margin="xxx-small" />
</ds-form> </ds-form>

View File

@ -195,8 +195,9 @@
"yourEmail": "Deine E-Mail-Adresse:" "yourEmail": "Deine E-Mail-Adresse:"
}, },
"email-nonce": { "email-nonce": {
"buttonTitle": "Bestätigen", "buttonTitle": "Weiter",
"form": { "form": {
"click-next": "Click auf Weiter.",
"description": "Öffne Dein E-Mail Postfach und gib den Code ein, den wir geschickt haben.", "description": "Öffne Dein E-Mail Postfach und gib den Code ein, den wir geschickt haben.",
"next": "Weiter", "next": "Weiter",
"nonce": "E-Mail-Code: 32143", "nonce": "E-Mail-Code: 32143",

View File

@ -195,9 +195,10 @@
"yourEmail": "Your e-mail address:" "yourEmail": "Your e-mail address:"
}, },
"email-nonce": { "email-nonce": {
"buttonTitle": "Confirm", "buttonTitle": "Continue",
"form": { "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", "next": "Continue",
"nonce": "E-mail code: 32143", "nonce": "E-mail code: 32143",
"validations": { "validations": {

View File

@ -142,6 +142,7 @@
}, },
"email-nonce": { "email-nonce": {
"form": { "form": {
"click-next": "Cliquez sur Continuer.",
"description": "Ouvrez votre boîte de réception et entrez le code que nous vous avons envoyé.", "description": "Ouvrez votre boîte de réception et entrez le code que nous vous avons envoyé.",
"next": "Continuer", "next": "Continuer",
"nonce": "Entrez votre code", "nonce": "Entrez votre code",