Merge pull request #7522 from owncloud/email-field-wording

update wording of email field
This commit is contained in:
Raghu Nayyar 2014-03-04 15:05:22 +05:30
commit 7c3f3cc933
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ if($_['passwordChangeSupported']) {
placeholder="<?php p($l->t('Your email address'));?>"
autocomplete="on" autocapitalize="off" autocorrect="off" />
<span class="msg"></span><br />
<em><?php p($l->t('Fill in an email address to enable password recovery'));?></em>
<em><?php p($l->t('Fill in an email address to enable password recovery and receive notifications'));?></em>
</fieldset>
</form>
<?php