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'])