@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 two typos ("Adminstrator", "Recipents")

Summary: Fixes T12387.

Test Plan: Consulted a dictionary.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12387

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

+2 -2
+1 -1
src/applications/badges/view/PhabricatorBadgesRecipientsListView.php
··· 36 36 $award_button = id(new PHUIButtonView()) 37 37 ->setTag('a') 38 38 ->setIcon('fa-plus') 39 - ->setText(pht('Add Recipents')) 39 + ->setText(pht('Add Recipients')) 40 40 ->setWorkflow(true) 41 41 ->setDisabled(!$can_edit) 42 42 ->setHref('/badges/recipients/'.$badge->getID().'/add/');
+1 -1
src/applications/uiexample/examples/PHUIBadgeExample.php
··· 97 97 98 98 $badges2[] = id(new PHUIBadgeView()) 99 99 ->setIcon('fa-user') 100 - ->setHeader(pht('Adminstrator')) 100 + ->setHeader(pht('Administrator')) 101 101 ->setSubhead(pht('Drew the short stick')) 102 102 ->setQuality(PhabricatorBadgesQuality::LEGENDARY) 103 103 ->setSource(pht('People (automatic)'))