@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.

Rename "Apply build plans" to "Run build plans" in Herald

Summary: "Run" is clearer than "Apply". This has already been changed in Harbormaster itself.

Test Plan: used eyeballs

Reviewers: btrahan, zeeg

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7889

+1 -1
+1 -1
src/applications/herald/adapter/HeraldAdapter.php
··· 607 607 self::ACTION_ADD_PROJECTS => pht('Add projects'), 608 608 self::ACTION_ADD_REVIEWERS => pht('Add reviewers'), 609 609 self::ACTION_ADD_BLOCKING_REVIEWERS => pht('Add blocking reviewers'), 610 - self::ACTION_APPLY_BUILD_PLANS => pht('Apply build plans'), 610 + self::ACTION_APPLY_BUILD_PLANS => pht('Run build plans'), 611 611 self::ACTION_BLOCK => pht('Block change with message'), 612 612 ); 613 613 case HeraldRuleTypeConfig::RULE_TYPE_PERSONAL: