From 6b40cfaa60ab2bfe992eef3842da9726f0bd5181 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 11 Apr 2016 09:23:39 -0700 Subject: [PATCH] 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 --- .../people/profilepanel/PhabricatorPeopleManageProfilePanel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {