diff --git a/src/applications/people/profilepanel/PhabricatorPeopleManageProfilePanel.php b/src/applications/people/profilepanel/PhabricatorPeopleManageProfilePanel.php index f010016d35..29000b5a94 100644 --- a/src/applications/people/profilepanel/PhabricatorPeopleManageProfilePanel.php +++ b/src/applications/people/profilepanel/PhabricatorPeopleManageProfilePanel.php @@ -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() {