1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-04-04 16:38:24 +02: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:
Chad Little 2016-10-20 16:44:28 -07:00
parent fcff96f012
commit eb80f3fcd5

View file

@ -53,7 +53,6 @@ final class PhabricatorApplicationDetailViewController
$panel = $config->buildConfigurationPagePanel(); $panel = $config->buildConfigurationPagePanel();
$panel->setBackground(PHUIObjectBoxView::BLUE_PROPERTY); $panel->setBackground(PHUIObjectBoxView::BLUE_PROPERTY);
$panels[] = $panel; $panels[] = $panel;
} }
$view = id(new PHUITwoColumnView()) $view = id(new PHUITwoColumnView())
@ -126,8 +125,7 @@ final class PhabricatorApplicationDetailViewController
$properties = id(new PHUIPropertyListView()); $properties = id(new PHUIPropertyListView());
$header = id(new PHUIHeaderView()) $header = id(new PHUIHeaderView())
->setHeader(pht('POLICIES')) ->setHeader(pht('Policies'));
->setHeaderIcon('fa-lock');
$descriptions = PhabricatorPolicyQuery::renderPolicyDescriptions( $descriptions = PhabricatorPolicyQuery::renderPolicyDescriptions(
$viewer, $viewer,