themes: now load base instead of default i18n
[project/luci.git] / themes / openwrt.org / luasrc / view / themes / openwrt.org / header.htm
index a2d8e32..831e315 100644 (file)
@@ -30,7 +30,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")
 
 -%>