luci-mod-status: correct nft meta.mark description
Ref: bf175fd51a (commitcomment-66390835)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
d07642410a
commit
98d848917c
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue