improved label for the password recovery feature

remotes/origin/stable6
Björn Schießle 13 years ago
parent 4ee7a428ae
commit 7bbd85b6e5
  1. 4
      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'

Loading…
Cancel
Save