diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-04-09 12:39:12 +0200 |
---|---|---|
committer | npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | 2021-04-09 11:01:01 +0000 |
commit | 7cbb2bb5957f26e087ff7f56e6ee243f3a8c7913 (patch) | |
tree | 781d0b8835ee0bb969eedde00a3d295b41f06849 /core/src | |
parent | 1f0fddbc6916817bd28d4352f1c6382f860b26f3 (diff) | |
download | nextcloud-server-7cbb2bb5957f26e087ff7f56e6ee243f3a8c7913.tar.gz nextcloud-server-7cbb2bb5957f26e087ff7f56e6ee243f3a8c7913.zip |
l10n: Correct spelling
Unify the spelling in applications.
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/components/login/ResetPassword.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/login/ResetPassword.vue b/core/src/components/login/ResetPassword.vue index cba7a89fd88..10f1f8269f3 100644 --- a/core/src/components/login/ResetPassword.vue +++ b/core/src/components/login/ResetPassword.vue @@ -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' |