Update core/src/components/login/ResetPassword.vue

Co-Authored-By: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Akshala Bhatnagar 2019-07-05 18:53:38 +05:30 committed by John Molakvoæ (skjnldsv)
parent 4cf360270f
commit 4bd639640b
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@
</div>
<p v-if="message === 'send-success'"
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>
{{ t('core', 'If it is not there ask your local administrator.') }}
</p>