From 98d848917c41c87ee70a911f1c06f0468b0edb2f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 10 Feb 2022 20:44:54 +0100 Subject: [PATCH] luci-mod-status: correct nft meta.mark description Ref: https://github.com/openwrt/luci/commit/bf175fd51a9cfc33be0c19faddda714854065180#commitcomment-66390835 Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/resources/view/status/nftables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c40ec83388..6725d8c185 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 @@ -23,7 +23,7 @@ var expr_translations = { 'meta.nfproto.ipv4': 'IPv4', 'meta.nfproto.ipv6': 'IPv6', - 'meta.mark': _('Connection mark', 'nft meta mark'), + 'meta.mark': _('Packet mark', 'nft meta mark'), 'ct.state': _('Conntrack state', 'nft ct state'), -- 2.30.2