Merge pull request #3580 from nextcloud/password-reset-wording
detail wording: password reset instead of recovery
This commit is contained in:
commit
833ceb0dd0
|
@ -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']) ?>">
|
||||
|
|
Loading…
Reference in New Issue