From 3f7f5a47ff74d882811e294484d5c82640a4fab1 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 12 Mar 2014 16:12:43 -0700 Subject: [PATCH] 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 --- src/applications/herald/controller/HeraldNewController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/herald/controller/HeraldNewController.php b/src/applications/herald/controller/HeraldNewController.php index c207c41b82..4a259d3c18 100644 --- a/src/applications/herald/controller/HeraldNewController.php +++ b/src/applications/herald/controller/HeraldNewController.php @@ -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(