mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Normalize case on active operations
Summary: Found another bouncing around. Test Plan: Review in diff Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15651
This commit is contained in:
parent
5938d768d6
commit
437ff2a718
1 changed files with 1 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
||||||
}
|
}
|
||||||
|
|
||||||
$box_view = id(new PHUIObjectBoxView())
|
$box_view = id(new PHUIObjectBoxView())
|
||||||
->setHeaderText(pht('ACTIVE OPERATIONS'))
|
->setHeaderText(pht('Active Operations'))
|
||||||
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY);
|
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY);
|
||||||
|
|
||||||
return id(new DrydockRepositoryOperationStatusView())
|
return id(new DrydockRepositoryOperationStatusView())
|
||||||
|
|
Loading…
Reference in a new issue