@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 typo in new setting description

Summary:
Noticed by @amckinley in
https://secure.phabricator.com/D18850#inline-57246 but not fixed
before landing.

Test Plan: ispell

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, amckinley, epriestley

Differential Revision: https://secure.phabricator.com/D18861

authored by

Alex Vandiver and committed by
epriestley
2140741e adbd7d4f

+1 -1
+1 -1
src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php
··· 318 318 pht('Prevent Enormous Changes'), 319 319 pht('Allow Enormous Changes')) 320 320 ->setTransactionType(PhabricatorRepositoryTransaction::TYPE_ENORMOUS) 321 - ->setDescription(pht('Permit enomrous changes to be made.')) 321 + ->setDescription(pht('Permit enormous changes to be made.')) 322 322 ->setConduitDescription(pht('Allow or prevent enormous changes.')) 323 323 ->setConduitTypeDescription(pht('New protection setting.')) 324 324 ->setValue($object->shouldAllowEnormousChanges()),