From de047cd6956e99ace3c2dab78578f7ac08a2e308 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Sun, 30 Nov 2025 04:24:52 +0800 Subject: [PATCH] update 2025-11-30 04:24:52 --- luci-app-eqosplus/luasrc/model/cbi/eqosplus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-eqosplus/luasrc/model/cbi/eqosplus.lua b/luci-app-eqosplus/luasrc/model/cbi/eqosplus.lua index e2c020864..32c3433c8 100644 --- a/luci-app-eqosplus/luasrc/model/cbi/eqosplus.lua +++ b/luci-app-eqosplus/luasrc/model/cbi/eqosplus.lua @@ -7,7 +7,7 @@ local ipc = require "luci.ip" local a, t, e a = Map("eqosplus", translate("Network speed limit")) -a.description = translate("Users can limit the network speed for uploading/downloading through MAC, IP, and IP segments (192.168.110.00-192.168.10.200). The speed unit is MB/second.")) +a.description = translate("Users can limit the network speed for uploading/downloading through MAC, IP, and IP segments (192.168.110.00-192.168.10.200). The speed unit is MB/second.") a.template = "eqosplus/index" t = a:section(TypedSection, "eqosplus")