summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2022-09-18 09:09:42 +0100
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2022-09-18 09:11:14 +0100
commit6a03a884301f1acbc1cb1651a06b96ac92cc8596 (patch)
tree6a22c536548b6e24899b55097057e55ef0cd75fe
parent20ae64edec9797561c8aa61d7e4ce1a39de0b18a (diff)
luci-mod-status: nftables.js: correct icmp display
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
-rw-r--r--modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js
index 3a11f1e830..82660c1595 100644
--- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js
+++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js
@@ -46,8 +46,8 @@ var expr_translations = {
'ip.dport': _('Destination port', 'nft ip dport'),
'ip6.saddr': _('Source IPv6', 'nft ip6 saddr'),
'ip6.daddr': _('Destination IPv6', 'nft ip6 daddr'),
- 'icmp.code': _('ICMPv6 code', 'nft icmpv6 code'),
- 'icmp.type': _('ICMPv6 type', 'nft icmpv6 type'),
+ 'icmp.code': _('ICMP code', 'nft icmp code'),
+ 'icmp.type': _('ICMP type', 'nft icmp type'),
'icmpv6.code': _('ICMPv6 code', 'nft icmpv6 code'),
'icmpv6.type': _('ICMPv6 type', 'nft icmpv6 type'),
'tcp.sport': _('TCP source port', 'nft tcp sport'),