diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-13 16:02:41 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-13 16:02:41 +0200 |
commit | a53cfcb9d1ca3f77dcebac9bd584bb1992aac815 (patch) | |
tree | 6d3ffedebb7301df3b707eb185478bb1da459da7 /core/js/lostpassword.js | |
parent | cedca03ef524376135e9fa232879bd1df0da0c9d (diff) | |
download | nextcloud-server-a53cfcb9d1ca3f77dcebac9bd584bb1992aac815.tar.gz nextcloud-server-a53cfcb9d1ca3f77dcebac9bd584bb1992aac815.zip |
Migrate ´ to '
Diffstat (limited to 'core/js/lostpassword.js')
-rw-r--r-- | core/js/lostpassword.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/lostpassword.js b/core/js/lostpassword.js index b0bd0e01b75..bec4f98b9f5 100644 --- a/core/js/lostpassword.js +++ b/core/js/lostpassword.js @@ -1,7 +1,7 @@ OC.Lostpassword = { - sendErrorMsg : t('core', 'Couldn’t send reset email. Please contact your administrator.'), - + sendErrorMsg : t('core', 'Couldn\'t send reset email. Please contact your administrator.'), + sendSuccessMsg : t('core', 'The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator.'), encryptedMsg : t('core', "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?") |