mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Merge pull request #151 from flxf/sever_typo
Fixed 'Sever' Typo
This commit is contained in:
commit
f5196e868d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue