Merge pull request #3580 from nextcloud/password-reset-wording

detail wording: password reset instead of recovery
This commit is contained in:
Morris Jobke 2017-02-22 16:32:36 -06:00 committed by GitHub
commit 833ceb0dd0
1 changed files with 1 additions and 1 deletions

View File

@ -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']) ?>">