Add the text block div

This commit is contained in:
elweyn 2023-11-21 10:19:12 +01:00
parent 08821d2b9e
commit 8f471a5e9d
2 changed files with 6 additions and 0 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>