mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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
This commit is contained in:
parent
c0428b4d6d
commit
91479e2832
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ final class PhabricatorBadgesRecipientsListView extends AphrontView {
|
|||
}
|
||||
|
||||
$box = id(new PHUIObjectBoxView())
|
||||
->setHeaderText(pht('RECIPIENTS'))
|
||||
->setHeaderText(pht('Recipients'))
|
||||
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
|
||||
->setObjectList($list);
|
||||
|
||||
|
|
Loading…
Reference in a new issue