diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-12-25 17:57:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 17:57:11 +0100 |
commit | 3627f70f23953141a05a37004d422105d0a9ff29 (patch) | |
tree | 99e4fabc7da23fba747a808f47fa8693ebff0470 /applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua | |
parent | 49b0be214b86dad88e8d0cff941b75df31841150 (diff) | |
parent | 030b7697b22cd36b5e1d4e8ce02febaaac7544b2 (diff) |
Merge pull request #3428 from urbalazs/typo-nft-qos
luci-app-nft-qos: fix typos
Diffstat (limited to 'applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua')
-rw-r--r-- | applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua | 2 |
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) |