]> source.dussan.org Git - nextcloud-server.git/commitdiff
improved label for the password recovery feature
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 4 Jun 2013 19:19:42 +0000 (21:19 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Tue, 4 Jun 2013 19:19:42 +0000 (21:19 +0200)
apps/files_encryption/templates/settings-personal.php

index 20f18ae528732af057c946e8414e3f7da3d7ab1b..8dab48828a7c48e0f06905d436f25489082b9525 100644 (file)
@@ -36,9 +36,9 @@
                \r
                <?php if ( $_["recoveryEnabled"] ): ?>\r
                        <p>\r
-                               <label for="userEnableRecovery"><?php p( $l->t( "Enable password recovery by sharing all files with your administrator:" ) ); ?></label>\r
+                               <label for="userEnableRecovery"><?php p( $l->t( "Enable password recovery:" ) ); ?></label>\r
                                <br />\r
-                               <em><?php p( $l->t( "Enabling this option will allow you to reobtain access to your encrypted files if your password is lost" ) ); ?></em>\r
+                               <em><?php p( $l->t( "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" ) ); ?></em>\r
                                <br />\r
                                <input \r
                                type='radio'\r