mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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
This commit is contained in:
parent
3627e73e5e
commit
8c360ab703
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ abstract class HeraldAdapter {
|
|||
self::ACTION_ADD_PROJECTS => pht('Add projects'),
|
||||
self::ACTION_ADD_REVIEWERS => pht('Add reviewers'),
|
||||
self::ACTION_ADD_BLOCKING_REVIEWERS => pht('Add blocking reviewers'),
|
||||
self::ACTION_APPLY_BUILD_PLANS => pht('Apply build plans'),
|
||||
self::ACTION_APPLY_BUILD_PLANS => pht('Run build plans'),
|
||||
self::ACTION_BLOCK => pht('Block change with message'),
|
||||
);
|
||||
case HeraldRuleTypeConfig::RULE_TYPE_PERSONAL:
|
||||
|
|
Loading…
Reference in a new issue