mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Change the Herald "do not include [any of]" condition label to "include none of"
Summary: Fixes T13445. Make the meaning of this condition more clear, since the current wording is ambiguous between "any of" and "all of". Test Plan: Edited a Herald rule with a PHID list field ("Project tags"), saw text label say "include none of". Maniphest Tasks: T13445 Differential Revision: https://secure.phabricator.com/D20889
This commit is contained in:
parent
be2b8f4bcb
commit
6bada7db4c
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ abstract class HeraldAdapter extends Phobject {
|
|||
self::CONDITION_IS_NOT_ANY => pht('is not any of'),
|
||||
self::CONDITION_INCLUDE_ALL => pht('include all of'),
|
||||
self::CONDITION_INCLUDE_ANY => pht('include any of'),
|
||||
self::CONDITION_INCLUDE_NONE => pht('do not include'),
|
||||
self::CONDITION_INCLUDE_NONE => pht('include none of'),
|
||||
self::CONDITION_IS_ME => pht('is myself'),
|
||||
self::CONDITION_IS_NOT_ME => pht('is not myself'),
|
||||
self::CONDITION_REGEXP => pht('matches regexp'),
|
||||
|
|
Loading…
Reference in a new issue