luci-appnft-qos: add missing translation wrapper
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
d9a1f5b0f0
commit
d3a6ba9d55
1 changed files with 4 additions and 4 deletions
|
@ -30,9 +30,9 @@ s = m:section(TypedSection, "default", translate("NFT-QoS Settings"))
|
||||||
s.addremove = false
|
s.addremove = false
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
|
|
||||||
s:tab("limit", "Limit Rate by IP Address")
|
s:tab("limit", translate("Limit Rate by IP Address"))
|
||||||
s:tab("limitmac", "Limit Rate by Mac Address")
|
s:tab("limitmac", translate("Limit Rate by Mac Address"))
|
||||||
s:tab("priority", "Traffic Priority")
|
s:tab("priority", translate("Traffic Priority"))
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Static
|
-- Static
|
||||||
|
@ -273,4 +273,4 @@ if limit_mac_enable == "1" then
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
|
Loading…
Reference in a new issue