diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-04 21:19:42 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-04 21:19:42 +0200 |
commit | 7bbd85b6e5cd62157f344acd87a4bab2bdbfbf93 (patch) | |
tree | 6947fd7ad4958cf59cf3c999cc5708cd048dafc5 /apps/files_encryption/templates | |
parent | 4ee7a428ae691352138550f9bbd003cbe4dbe35f (diff) | |
download | nextcloud-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.php | 4 |
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'
|