1
0
Fork 0
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:
epriestley 2013-10-25 08:57:35 -07:00
parent 9e87172166
commit 0c2b4dbfff

View file

@ -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);