summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nft-qos/luasrc/controller
diff options
context:
space:
mode:
authorBalázs Úr <balazs@urbalazs.hu>2019-12-22 23:31:47 +0100
committerBalázs Úr <balazs@urbalazs.hu>2019-12-22 23:31:47 +0100
commit030b7697b22cd36b5e1d4e8ce02febaaac7544b2 (patch)
tree85f8dc3490fed70ea4bad695785d147ce0be2e74 /applications/luci-app-nft-qos/luasrc/controller
parent56bd45789d9ff5ea81798ced6178af25a6827442 (diff)
luci-app-nft-qos: fix typos
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Diffstat (limited to 'applications/luci-app-nft-qos/luasrc/controller')
-rw-r--r--applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua b/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua
index 637eb11736..4d0527e33f 100644
--- a/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua
+++ b/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua
@@ -13,7 +13,7 @@ function index()
entry({"admin", "status", "realtime", "rate_status"},
call("action_rate")).leaf = true
entry({"admin", "services", "nft-qos"}, cbi("nft-qos/nft-qos"),
- _("Qos over Nftables"), 60)
+ _("QoS over Nftables"), 60)
end
function _action_rate(rv, n)