Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Fixed 'Sever' Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Fung authored and flxf committed Jul 11, 2012
1 parent eac8e0e commit 5233955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function processRequest() {
asort($translations);
$default = PhabricatorEnv::newObjectFromConfig('translation.provider');
$translations = array(
'' => 'Sever Default ('.$default->getName().')',
'' => 'Server Default ('.$default->getName().')',
) + $translations;

$form = new AphrontFormView();
Expand Down

0 comments on commit 5233955

Please sign in to comment.