From 38cfd00ec8155fc5d297fe488b375cced53d5ca4 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 17 Sep 2023 15:06:28 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/easymesh.lua' --- luasrc/model/cbi/easymesh.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luasrc/model/cbi/easymesh.lua b/luasrc/model/cbi/easymesh.lua index 0bb547d..4c4e62f 100755 --- a/luasrc/model/cbi/easymesh.lua +++ b/luasrc/model/cbi/easymesh.lua @@ -54,11 +54,11 @@ end o = s:option(ListValue, "role", translate("role")) o:value("off", translate("off")) -o:value("server", translate("host MESH")) -o:value("client", translate("son MESH")) +o:value("server", translate("Mesh Server")) +o:value("client", translate("Mesh Client")) o.rmempty = false -apRadio = s:option(ListValue, "apRadio", translate("MESH Radio device"), translate("The radio device which MESH use")) +apRadio = s:option(ListValue, "apRadio", translate("MESH Radio device"), translate("The radio device MESH will use")) uci:foreach("wireless", "wifi-device", function(s) apRadio:value(s['.name'])