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:
authorAkshala Bhatnagar <47988358+akshala@users.noreply.github.com>2019-07-05 16:23:38 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-07-07 21:17:23 +0300
commit4bd639640b9e9f502358fea3c2370995dd3f1c1c (patch)
tree0eb90a22f2048635b8cb4498e5de30a38ce2e993 /core/src
parent4cf360270fb60e43df9dcac95577aa784b0ccb58 (diff)
Update core/src/components/login/ResetPassword.vue
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/login/ResetPassword.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/ResetPassword.vue b/core/src/components/login/ResetPassword.vue
index 975c3e4269a..ac152342d4f 100644
--- a/core/src/components/login/ResetPassword.vue
+++ b/core/src/components/login/ResetPassword.vue
@@ -49,7 +49,7 @@
</div>
<p v-if="message === 'send-success'"
class="update">
- {{ t('core', 'A password reset message has been sent to the e-mail address for this account. If you do not receive it, check your spam/junk folders then ask your local administrator for help.') }}
+ {{ 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.') }}
<br>
{{ t('core', 'If it is not there ask your local administrator.') }}
</p>