mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Change 'tempate' to 'template'
Summary: Fixed typo. See D18693. Test Plan: None. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D18694
This commit is contained in:
parent
b583093186
commit
cf3e198b9f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ final class PhabricatorFundApplication extends PhabricatorApplication {
|
|||
return array(
|
||||
FundDefaultViewCapability::CAPABILITY => array(
|
||||
'caption' => pht('Default view policy for newly created initiatives.'),
|
||||
'tempate' => FundInitiativePHIDType::TYPECONST,
|
||||
'template' => FundInitiativePHIDType::TYPECONST,
|
||||
),
|
||||
FundCreateInitiativesCapability::CAPABILITY => array(
|
||||
'default' => PhabricatorPolicies::POLICY_ADMIN,
|
||||
|
|
Loading…
Reference in a new issue