Merge pull request #26475 from nextcloud/Valdnet-patch-6
l10n: Correct spelling
This commit is contained in:
commit
8fc1fff550
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -51,7 +51,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 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>
|
<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>
|
||||||
|
@ -133,7 +133,7 @@ export default {
|
||||||
this.message = 'send-success'
|
this.message = 'send-success'
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.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.error = true
|
||||||
this.message = 'send-error'
|
this.message = 'send-error'
|
||||||
|
|
Loading…
Reference in New Issue