Skip to content

Commit

Permalink
luci-app-https-dns-proxy: remove unnecessary translation call
Browse files Browse the repository at this point in the history
Thank you @hnyman!

Signed-off-by: Stan Grishin <stangri@melmac.ca>
  • Loading branch information
stangri committed Jan 20, 2024
1 parent f7ef142 commit f162289
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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 ""
Expand Down

0 comments on commit f162289

Please sign in to comment.