mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 04:42:40 +01:00
Fix policy capitalization
Summary: Less shouting Test Plan: More reading Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16742
This commit is contained in:
parent
fcff96f012
commit
eb80f3fcd5
1 changed files with 1 additions and 3 deletions
|
@ -53,7 +53,6 @@ final class PhabricatorApplicationDetailViewController
|
|||
$panel = $config->buildConfigurationPagePanel();
|
||||
$panel->setBackground(PHUIObjectBoxView::BLUE_PROPERTY);
|
||||
$panels[] = $panel;
|
||||
|
||||
}
|
||||
|
||||
$view = id(new PHUITwoColumnView())
|
||||
|
@ -126,8 +125,7 @@ final class PhabricatorApplicationDetailViewController
|
|||
$properties = id(new PHUIPropertyListView());
|
||||
|
||||
$header = id(new PHUIHeaderView())
|
||||
->setHeader(pht('POLICIES'))
|
||||
->setHeaderIcon('fa-lock');
|
||||
->setHeader(pht('Policies'));
|
||||
|
||||
$descriptions = PhabricatorPolicyQuery::renderPolicyDescriptions(
|
||||
$viewer,
|
||||
|
|
Loading…
Reference in a new issue