themes: now load base instead of default i18n
[project/luci.git] / themes / openwrt-light / luasrc / view / themes / openwrt-light / header.htm
index 2cefa81..ef2cd91 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")
 
 -%>