l10n: Correct spelling

Unify the spelling in applications.

Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
This commit is contained in:
Valdnet 2021-04-09 12:39:12 +02:00 committed by npmbuildbot-nextcloud[bot]
parent 1f0fddbc69
commit 7cbb2bb595
3 changed files with 5 additions and 5 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

@ -51,7 +51,7 @@
</div>
<p v-if="message === 'send-success'"
class="update">
{{ 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.') }}
{{ t('core', 'A password reset message has been sent to the email 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>
@ -133,7 +133,7 @@ export default {
this.message = 'send-success'
})
.catch(e => {
console.error('could not send reset e-mail request', e)
console.error('could not send reset email request', e)
this.error = true
this.message = 'send-error'