@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/settings/panel/PhabricatorSettingsPanelPassword.php
··· 160 160 ->setValue(pht('Save'))); 161 161 162 162 $form_box = id(new PHUIObjectBoxView()) 163 - ->setHeaderText(pht('Delete User')) 163 + ->setHeaderText(pht('Change Password')) 164 164 ->setFormError($notice) 165 165 ->setForm($form); 166 166