luci-mod-status: nftables.js: fix translation of iif expression
Fixes: https://github.com/openwrt/openwrt/issues/14003 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
63d5e23963
commit
0b8f8ab075
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ var expr_translations = {
|
|||
'meta.iifname': _('Ingress device name', 'nft meta iifname'),
|
||||
'meta.oifname': _('Egress device name', 'nft meta oifname'),
|
||||
'meta.iif': _('Ingress device id', 'nft meta iif'),
|
||||
'meta.iif': _('Egress device id', 'nft meta oif'),
|
||||
'meta.oif': _('Egress device id', 'nft meta oif'),
|
||||
|
||||
'meta.l4proto': _('IP protocol', 'nft meta l4proto'),
|
||||
'meta.l4proto.tcp': 'TCP',
|
||||
|
|
Loading…
Reference in a new issue