mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 21:40:55 +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')));
|
||||
|
||||
$form_box = id(new PHUIObjectBoxView())
|
||||
->setHeaderText(pht('Delete User'))
|
||||
->setHeaderText(pht('Change Password'))
|
||||
->setFormError($notice)
|
||||
->setForm($form);
|
||||
|
||||
|
|
Loading…
Reference in a new issue