@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/differential/controller/DifferentialRevisionViewController.php
··· 1117 1117 } 1118 1118 1119 1119 $box_view = id(new PHUIObjectBoxView()) 1120 - ->setHeaderText(pht('ACTIVE OPERATIONS')) 1120 + ->setHeaderText(pht('Active Operations')) 1121 1121 ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY); 1122 1122 1123 1123 return id(new DrydockRepositoryOperationStatusView())