mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Fix a small typo when creating a Herald rule
Summary: "Users who an edit" to "Users who can edit" Test Plan: Verified that typo is gone after the change Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: aran, epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8511
This commit is contained in:
parent
4173367f87
commit
3f7f5a47ff
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ final class HeraldNewController extends HeraldController {
|
|||
'Object rules notify anyone about events. They are bound to an '.
|
||||
'object (like a repository) and can only act on that object. You '.
|
||||
'must be able to edit an object to create object rules for it. '.
|
||||
'Other users who an edit the object can edit its rules.'),
|
||||
'Other users who can edit the object can edit its rules.'),
|
||||
HeraldRuleTypeConfig::RULE_TYPE_GLOBAL =>
|
||||
array(
|
||||
pht(
|
||||
|
|
Loading…
Reference in a new issue