From 7fb312b07af878a91ee6e80a2501672db338ddac Mon Sep 17 00:00:00 2001 From: RandieM Date: Wed, 12 Dec 2018 15:37:45 +0100 Subject: [PATCH] fixes issue #12383 --- core/js/lostpassword.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/lostpassword.js b/core/js/lostpassword.js index 628ab45e88..084a53f412 100644 --- a/core/js/lostpassword.js +++ b/core/js/lostpassword.js @@ -5,7 +5,7 @@ OC.Lostpassword = { 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.
If it is not there ask your local administrator.'), encryptedMsg : t('core', "Your files are encrypted. There will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?") - + ('
') + + ('
') + '
',