Normalize casing on property boxes

Summary: Going to render these all normal case instead of all caps, and bump up the font size. Should be more consistent. Yellow if you green anything orange.

Test Plan: grep, lint

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15645
This commit is contained in:
Chad Little
2016-04-06 15:20:53 -07:00
parent 439821c7b2
commit 8aad862cd4
33 changed files with 44 additions and 44 deletions

View File

@@ -288,7 +288,7 @@ final class DiffusionRepositoryController extends DiffusionController {
$description = new PHUIRemarkupView($viewer, $description);
$view->addTextContent($description);
return id(new PHUIObjectBoxView())
->setHeaderText(pht('DESCRIPTION'))
->setHeaderText(pht('Description'))
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
->appendChild($view);
}
@@ -354,7 +354,7 @@ final class DiffusionRepositoryController extends DiffusionController {
}
$box = id(new PHUIObjectBoxView())
->setHeaderText(pht('DETAILS'))
->setHeaderText(pht('Details'))
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
->appendChild($view);