mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Fix typo in people controller
This commit is contained in:
parent
9141da84c8
commit
9c6467d867
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ final class PhabricatorPeopleEmpowerController
|
||||||
$title = pht('Make Administrator?');
|
$title = pht('Make Administrator?');
|
||||||
$short = pht('Make Administrator');
|
$short = pht('Make Administrator');
|
||||||
$body = pht(
|
$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 '.
|
'approve users, make and remove administrators, delete accounts, and '.
|
||||||
'perform other administrative functions on this Phabricator install.',
|
'perform other administrative functions on this Phabricator install.',
|
||||||
phutil_tag('strong', array(), $user->getUsername()));
|
phutil_tag('strong', array(), $user->getUsername()));
|
||||||
|
|
Loading…
Reference in a new issue