Browse Source

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

l10n: Correct spelling
tags/v22.0.0beta1
Roeland Jago Douma 3 years ago
parent
commit
8fc1fff550
No account linked to committer's email address
3 changed files with 5 additions and 5 deletions
  1. 2
    2
      core/js/dist/login.js
  2. 1
    1
      core/js/dist/login.js.map
  3. 2
    2
      core/src/components/login/ResetPassword.vue

+ 2
- 2
core/js/dist/login.js
File diff suppressed because it is too large
View File


+ 1
- 1
core/js/dist/login.js.map
File diff suppressed because it is too large
View File


+ 2
- 2
core/src/components/login/ResetPassword.vue 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'

Loading…
Cancel
Save