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
This commit is contained in:
committed by
epriestley
parent
adbd7d4fd8
commit
2140741e25
@@ -318,7 +318,7 @@ final class DiffusionRepositoryEditEngine
|
||||
pht('Prevent Enormous Changes'),
|
||||
pht('Allow Enormous Changes'))
|
||||
->setTransactionType(PhabricatorRepositoryTransaction::TYPE_ENORMOUS)
|
||||
->setDescription(pht('Permit enomrous changes to be made.'))
|
||||
->setDescription(pht('Permit enormous changes to be made.'))
|
||||
->setConduitDescription(pht('Allow or prevent enormous changes.'))
|
||||
->setConduitTypeDescription(pht('New protection setting.'))
|
||||
->setValue($object->shouldAllowEnormousChanges()),
|
||||
|
||||
Reference in New Issue
Block a user