mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
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:
commit
bd4fc0e127
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user