luci-app-https-dns-proxy: remove unnecessary translation call
Thank you @hnyman! Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
parent
f7ef142466
commit
f162289fe4
2 changed files with 1 additions and 5 deletions
|
@ -129,7 +129,7 @@ return view.extend({
|
|||
key = element[".name"];
|
||||
description = element[".name"];
|
||||
}
|
||||
o.value(key, _("%s").format(description));
|
||||
o.value(key, description);
|
||||
});
|
||||
o.depends("dnsmasq_config_update_option", "+");
|
||||
o.retain = true;
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||
|
||||
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:132
|
||||
msgid "%s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:258
|
||||
msgid "%s%s%s proxy at %s on port %s.%s"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in a new issue