diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-03-04 10:22:54 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-03-04 10:22:54 +0100 |
commit | af2c2b3a16d02a36e7770fc2f9233ab9724cdcb5 (patch) | |
tree | 2867a18cab8e06ccbe2adde6ca98eb7ba87345dc /settings/templates | |
parent | 1cd0fd6e9eba3ba915f0365f8c4abb1ba13437ff (diff) | |
download | nextcloud-server-af2c2b3a16d02a36e7770fc2f9233ab9724cdcb5.tar.gz nextcloud-server-af2c2b3a16d02a36e7770fc2f9233ab9724cdcb5.zip |
update wording of email field
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 470b8180bcc..9024f435657 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -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 |