mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Fix header of "Change Password" form
Summary: Fixes T4025. Test Plan: {F74873} Reviewers: btrahan, chad Reviewed By: chad CC: aran Maniphest Tasks: T4025 Differential Revision: https://secure.phabricator.com/D7395
This commit is contained in:
parent
9e87172166
commit
0c2b4dbfff
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ final class PhabricatorSettingsPanelPassword
|
||||||
->setValue(pht('Save')));
|
->setValue(pht('Save')));
|
||||||
|
|
||||||
$form_box = id(new PHUIObjectBoxView())
|
$form_box = id(new PHUIObjectBoxView())
|
||||||
->setHeaderText(pht('Delete User'))
|
->setHeaderText(pht('Change Password'))
|
||||||
->setFormError($notice)
|
->setFormError($notice)
|
||||||
->setForm($form);
|
->setForm($form);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue