mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix spelling error
Summary: Ran into this, correct spelling. Test Plan: read Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15681
This commit is contained in:
parent
ac35246d0d
commit
6b40cfaa60
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ final class PhabricatorPeopleManageProfilePanel
|
|||
const PANELKEY = 'people.manage';
|
||||
|
||||
public function getPanelTypeName() {
|
||||
return pht('Mangage User');
|
||||
return pht('Manage User');
|
||||
}
|
||||
|
||||
private function getDefaultName() {
|
||||
|
|
Loading…
Reference in a new issue