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();