diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-02-22 15:17:45 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-02-22 15:17:45 +0100 |
commit | dca4346c45323092711de290145b0841eaf2271e (patch) | |
tree | f3b07d53ef87fcfc1dbdd28e132943b630743678 /settings | |
parent | a2e16fd5bada32559fca9450b4b635d7c0708668 (diff) | |
download | nextcloud-server-dca4346c45323092711de290145b0841eaf2271e.tar.gz nextcloud-server-dca4346c45323092711de290145b0841eaf2271e.zip |
detail wording: password reset instead of recovery
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-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']) ?>"> |