luci-mod-status: correct nft meta.mark description
authorJo-Philipp Wich <jo@mein.io>
Thu, 10 Feb 2022 19:44:54 +0000 (20:44 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 10 Feb 2022 19:44:54 +0000 (20:44 +0100)
Ref: https://github.com/openwrt/luci/commit/bf175fd51a9cfc33be0c19faddda714854065180#commitcomment-66390835
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js

index c40ec83388c0520a5c5aa56e8b846bc6c279b49c..6725d8c185841900d2f2f0601396d6ce2cb5c5b0 100644 (file)
@@ -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'),