diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-02-22 16:32:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-22 16:32:36 -0600 |
commit | 833ceb0dd0b9bb381650d3a4c7ee1076b1aad574 (patch) | |
tree | 182cedc4147dada30ceb401e8e66dc60acca2f40 | |
parent | 621f920d682c78b12b8a57abcf0d4af09a11757b (diff) | |
parent | dca4346c45323092711de290145b0841eaf2271e (diff) | |
download | nextcloud-server-833ceb0dd0b9bb381650d3a4c7ee1076b1aad574.tar.gz nextcloud-server-833ceb0dd0b9bb381650d3a4c7ee1076b1aad574.zip |
Merge pull request #3580 from nextcloud/password-reset-wording
detail wording: password reset instead of recovery
-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 ecbf1ff5c5f..31aa268f776 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -99,7 +99,7 @@ <?php } ?> <?php if($_['displayNameChangeSupported']) { ?> <br /> - <em><?php p($l->t('For password recovery and notifications')); ?></em> + <em><?php p($l->t('For password reset and notifications')); ?></em> <?php } ?> <span class="icon-checkmark hidden"/> <input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>"> |