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

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

authored by

Michael Peters and committed by
epriestley
3f7f5a47 4173367f

+1 -1
+1 -1
src/applications/herald/controller/HeraldNewController.php
··· 267 267 'Object rules notify anyone about events. They are bound to an '. 268 268 'object (like a repository) and can only act on that object. You '. 269 269 'must be able to edit an object to create object rules for it. '. 270 - 'Other users who an edit the object can edit its rules.'), 270 + 'Other users who can edit the object can edit its rules.'), 271 271 HeraldRuleTypeConfig::RULE_TYPE_GLOBAL => 272 272 array( 273 273 pht(