From 523395590bb4e75a08bc79cbe164766a514ec081 Mon Sep 17 00:00:00 2001 From: Felix Fung Date: Tue, 10 Jul 2012 23:09:39 -0700 Subject: [PATCH] Fixed 'Sever' Typo --- .../panels/PhabricatorUserProfileSettingsPanelController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/people/controller/settings/panels/PhabricatorUserProfileSettingsPanelController.php b/src/applications/people/controller/settings/panels/PhabricatorUserProfileSettingsPanelController.php index 6cda66107c..26f0fa5910 100644 --- a/src/applications/people/controller/settings/panels/PhabricatorUserProfileSettingsPanelController.php +++ b/src/applications/people/controller/settings/panels/PhabricatorUserProfileSettingsPanelController.php @@ -137,7 +137,7 @@ final class PhabricatorUserProfileSettingsPanelController asort($translations); $default = PhabricatorEnv::newObjectFromConfig('translation.provider'); $translations = array( - '' => 'Sever Default ('.$default->getName().')', + '' => 'Server Default ('.$default->getName().')', ) + $translations; $form = new AphrontFormView();