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 <akshala.bhatnagar@gmail.com>2019-06-12 19:24:52 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-07-07 21:16:56 +0300
commit4cf360270fb60e43df9dcac95577aa784b0ccb58 (patch)
tree024f30d66d50ab01f9d7a85841f9e4c46257e19a /core/src
parent65abdea3306ef27c4ce9b1c2480bea05dd105138 (diff)
changed the text for reset password
Signed-off-by: Akshala Bhatnagar <akshala.bhatnagar@gmail.com>
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 6ed4c6b7e1c..975c3e4269a 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', 'We have sent a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.') }}
+ {{ 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.') }}
<br>
{{ t('core', 'If it is not there ask your local administrator.') }}
</p>