summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-19 12:05:45 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-06-19 12:05:45 +0200
commit99008ace36f2b2d52975a61b778356d8224d1094 (patch)
tree24dde7ede0e14b35776869a3db0e8bc7de225968 /core/lostpassword
parent8406d3f7b1a8e33c4fbd378660f1510a1d44346d (diff)
downloadnextcloud-server-99008ace36f2b2d52975a61b778356d8224d1094.tar.gz
nextcloud-server-99008ace36f2b2d52975a61b778356d8224d1094.zip
fixed enghlish sentence, thanks to @MTGap
Diffstat (limited to 'core/lostpassword')
-rw-r--r--core/lostpassword/templates/lostpassword.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php
index 43221649043..f5fdb1fb2b3 100644
--- a/core/lostpassword/templates/lostpassword.php
+++ b/core/lostpassword/templates/lostpassword.php
@@ -19,7 +19,7 @@
<img class="svg" src="<?php print_unescaped(image_path('', 'actions/user.svg')); ?>" alt=""/>
<?php if ($_['isEncrypted']): ?>
<br /><br />
- <?php print_unescaped($l->t('Your files seems to be encrypted. If you didn\'t have enabled the recovery key there will be no way to get your data back once the password was resetted. If you are not sure what to do, please contact your administrator first before continue. Do you really want to continue?')); ?><br />
+ <?php print_unescaped($l->t("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. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?")); ?><br />
<input type="checkbox" name="continue" value="Yes" />
<?php print_unescaped($l->t('Yes, I really want to reset my password now')); ?><br/><br/>
<?php endif; ?>