diff --git a/luci-app-modem/luasrc/model/cbi/modem/index.lua b/luci-app-modem/luasrc/model/cbi/modem/index.lua index 357e8cb..a099907 100644 --- a/luci-app-modem/luasrc/model/cbi/modem/index.lua +++ b/luci-app-modem/luasrc/model/cbi/modem/index.lua @@ -3,7 +3,7 @@ local uci = luci.model.uci.cursor() m = Map("modem") m.title = translate("Dial Config") -m.description = translate("Configuration panel for Modem, Add configuration to all modems on this page") +m.description = translate("Add dialing configuration to all modules on this page") --全局配置 s = m:section(NamedSection, "global", "global", translate("Global Config")) diff --git a/luci-app-modem/po/zh-cn/modem.po b/luci-app-modem/po/zh-cn/modem.po index ed22cee..a42aefb 100644 --- a/luci-app-modem/po/zh-cn/modem.po +++ b/luci-app-modem/po/zh-cn/modem.po @@ -100,6 +100,9 @@ msgstr "快捷命令" msgid "Enter Command" msgstr "输入命令" +msgid "Apply" +msgstr "应用" + msgid "Send" msgstr "发送"