improved label for the password recovery feature

This commit is contained in:
Björn Schießle 2013-06-04 21:19:42 +02:00
parent 4ee7a428ae
commit 7bbd85b6e5
1 changed files with 2 additions and 2 deletions

View File

@ -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'