summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock-fast/htdocs/luci-static
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-adblock-fast/htdocs/luci-static')
-rw-r--r--applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js b/applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js
index 7b0d93ab9f..e625106483 100644
--- a/applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js
+++ b/applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js
@@ -57,6 +57,7 @@ return view.extend({
status = new adb.status();
m = new form.Map(pkg.Name, _("AdBlock-Fast - Configuration"));
+
s1 = m.section(form.NamedSection, "config", pkg.Name);
s1.tab("tab_basic", _("Basic Configuration"));
s1.tab("tab_advanced", _("Advanced Configuration"));
@@ -238,7 +239,7 @@ return view.extend({
key = element[".name"];
description = element[".name"];
}
- o.value(key, _("%s").format(description));
+ o.value(key, description);
});
o.depends("dnsmasq_instance_option", "+");
o.retain = true;
@@ -301,7 +302,7 @@ return view.extend({
key = element[".name"];
description = element[".name"];
}
- o.value(key, _("%s").format(description));
+ o.value(key, description);
});
o.depends("smartdns_instance_option", "+");
o.retain = true;