Merge pull request #26475 from nextcloud/Valdnet-patch-6

l10n: Correct spelling
This commit is contained in:
Roeland Jago Douma 2021-04-11 13:34:56 +02:00 committed by GitHub
commit 8fc1fff550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'