summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 0e02922..2fe1b6e 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -49,7 +49,7 @@ if (!isset($config['system']['webgui']['dashboardcolumns'])) {
// set default language if unset
if (!isset($config['system']['language'])) {
- $config['system']['language'] = 'en_US';
+ $config['system']['language'] = $g['language'];
}
$dnsgw_counter = 1;
OpenPOWER on IntegriCloud