summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/templates
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-04 21:19:42 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-06-04 21:19:42 +0200
commit7bbd85b6e5cd62157f344acd87a4bab2bdbfbf93 (patch)
tree6947fd7ad4958cf59cf3c999cc5708cd048dafc5 /apps/files_encryption/templates
parent4ee7a428ae691352138550f9bbd003cbe4dbe35f (diff)
downloadnextcloud-server-7bbd85b6e5cd62157f344acd87a4bab2bdbfbf93.tar.gz
nextcloud-server-7bbd85b6e5cd62157f344acd87a4bab2bdbfbf93.zip
improved label for the password recovery feature
Diffstat (limited to 'apps/files_encryption/templates')
-rw-r--r--apps/files_encryption/templates/settings-personal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/templates/settings-personal.php b/apps/files_encryption/templates/settings-personal.php
index 20f18ae5287..8dab48828a7 100644
--- a/apps/files_encryption/templates/settings-personal.php
+++ b/apps/files_encryption/templates/settings-personal.php
@@ -36,9 +36,9 @@
<?php if ( $_["recoveryEnabled"] ): ?>
<p>
- <label for="userEnableRecovery"><?php p( $l->t( "Enable password recovery by sharing all files with your administrator:" ) ); ?></label>
+ <label for="userEnableRecovery"><?php p( $l->t( "Enable password recovery:" ) ); ?></label>
<br />
- <em><?php p( $l->t( "Enabling this option will allow you to reobtain access to your encrypted files if your password is lost" ) ); ?></em>
+ <em><?php p( $l->t( "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" ) ); ?></em>
<br />
<input
type='radio'