1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Fix typo in people controller

This commit is contained in:
Chad Little 2014-12-19 09:48:55 -08:00
parent 9141da84c8
commit 9c6467d867

View file

@ -58,7 +58,7 @@ final class PhabricatorPeopleEmpowerController
$title = pht('Make Administrator?');
$short = pht('Make Administrator');
$body = pht(
'Empower %s as an admistrator? They will be able to create users, '.
'Empower %s as an administrator? They will be able to create users, '.
'approve users, make and remove administrators, delete accounts, and '.
'perform other administrative functions on this Phabricator install.',
phutil_tag('strong', array(), $user->getUsername()));