Use a less-esoteric spelling of "capabilities" in several places

Summary: This spelling can definitely feel a little overplayed at times, but I still think it's a gold standard in spellings of "capabilities".

Test Plan: Felt old and uncool.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D18215
This commit is contained in:
epriestley
2017-07-12 14:47:19 -07:00
parent 565c49ad0e
commit b8cd5b0eb8
2 changed files with 3 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ final class PhabricatorPolicyExplainController
->appendParagraph(
pht(
'To access this object, users must have first have access '.
'capabilties on these other objects:'))
'capabilities on these other objects:'))
->appendList($items);
}