1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Fixed 'Sever' Typo

This commit is contained in:
Felix Fung 2012-07-10 23:09:39 -07:00 committed by Felix Fung
parent eac8e0e7f3
commit 523395590b

View file

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