@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 in Badges

Summary: Use normal casing

Test Plan: Read

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15707

+1 -1
+1 -1
src/applications/badges/view/PhabricatorBadgesRecipientsListView.php
··· 62 62 } 63 63 64 64 $box = id(new PHUIObjectBoxView()) 65 - ->setHeaderText(pht('RECIPIENTS')) 65 + ->setHeaderText(pht('Recipients')) 66 66 ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 67 67 ->setObjectList($list); 68 68