From 7cbb2bb5957f26e087ff7f56e6ee243f3a8c7913 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 9 Apr 2021 12:39:12 +0200 Subject: l10n: Correct spelling Unify the spelling in applications. Signed-off-by: npmbuildbot-nextcloud[bot] --- core/src/components/login/ResetPassword.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src') 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 @@

- {{ 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.') }}
{{ t('core', 'If it is not there ask your local administrator.') }}

@@ -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' -- cgit v1.2.3