Update core/src/components/login/ResetPassword.vue
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
4cf360270f
commit
4bd639640b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -49,7 +49,7 @@
|
||||||
</div>
|
</div>
|
||||||
<p v-if="message === 'send-success'"
|
<p v-if="message === 'send-success'"
|
||||||
class="update">
|
class="update">
|
||||||
{{ t('core', 'A password reset message has been sent to the e-mail address for this account. If you do not receive it, check your spam/junk folders then ask your local administrator for help.') }}
|
{{ t('core', 'A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.') }}
|
||||||
<br>
|
<br>
|
||||||
{{ t('core', 'If it is not there ask your local administrator.') }}
|
{{ t('core', 'If it is not there ask your local administrator.') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue