summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-network/htdocs/luci-static
diff options
context:
space:
mode:
authorPaul Donald <newtwen@gmail.com>2024-02-12 01:20:54 +0100
committerPaul Donald <newtwen@gmail.com>2024-02-12 01:20:54 +0100
commit1b18cea61d99ca75581dc09010b118a86ac8dc28 (patch)
tree9e1a41476918eb89499c1abdc6b90d463302d9d1 /modules/luci-mod-network/htdocs/luci-static
parent3f6f25f2b0071ad22cfd498da31c4603f47423eb (diff)
luci-mod-network: DNS forwardings -> DNS Forwards
Signed-off-by: Paul Donald <newtwen@gmail.com>
Diffstat (limited to 'modules/luci-mod-network/htdocs/luci-static')
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
index 4809333b27..7b0ae3c1f9 100644
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
@@ -394,7 +394,7 @@ return view.extend({
o.value('-', _('stderr'));
o = s.taboption('forward', form.DynamicList, 'server',
- _('DNS forwardings'),
+ _('DNS Forwards'),
_('Forward specific domain queries to specific upstream servers.'));
o.optional = true;
o.placeholder = '/*.example.org/10.1.2.3';