Grammar, removal of line break

* Corrected "… if the user forgets their password." to "… if the user forgets his or her password" in line 17.
* Removed line break from line 17 to line 18.
This commit is contained in:
Christian Hoffmann 2015-05-09 11:31:21 +02:00
parent 6f5854a8de
commit 6441721626
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ style('encryption', 'settings-admin');
<span class="msg"></span>
<br/>
<em>
<?php p($l->t("The recovery key is an extra encryption key that is used
to encrypt files. It allows recovery of a user's files if the user forgets their password.")) ?>
<?php p($l->t("The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password.")) ?>
</em>
<br/>
<input type="password"