mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-02 01:48:23 +01:00
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:
parent
adbd7d4fd8
commit
2140741e25
1 changed files with 1 additions and 1 deletions
|
@ -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()),
|
||||
|
|
Loading…
Add table
Reference in a new issue