Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-09 13:39:12 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-04-09 14:01:01 +0300
commit7cbb2bb5957f26e087ff7f56e6ee243f3a8c7913 (patch)
tree781d0b8835ee0bb969eedde00a3d295b41f06849 /core/src
parent1f0fddbc6916817bd28d4352f1c6382f860b26f3 (diff)
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.vue4
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'