luci: fix option description

This commit is contained in:
Nick Peng
2022-12-31 09:27:38 +08:00
parent 69ab9585d7
commit 98498bf444
2 changed files with 5 additions and 5 deletions

View File

@@ -786,7 +786,7 @@ return view.extend({
so.rempty = true
so.root_directory = "/etc/smartdns/domain-set"
so = ss.option(form.ListValue, "block_domain_type", _("Block domain type"), _("Block domain type."));
so = ss.option(form.ListValue, "block_domain_type", _("Block domain"), _("Block domain."));
so.rmempty = true;
so.value("none", _("None"));
so.value("all", "IPv4/IPv6");