themes: now load base instead of default i18n
[project/luci.git] / themes / oxygen / luasrc / view / themes / oxygen / header.htm
index b107aa49e2dfa268801a9bc85457d67c29d1898c..86ba77596c11b6f6ce473a9614d14e4e862e045f 100644 (file)
@@ -29,7 +29,7 @@ for i,r in ipairs(request) do
        end
 end
 
-require("luci.i18n").loadc("default")
+require("luci.i18n").loadc("base")
 require("luci.http").prepare_content("application/xhtml+xml")
 
 -%>