From 53cc8b5cb76ffb42a4081c633a85a9cb5d96ca7f Mon Sep 17 00:00:00 2001 From: Nat Meysenburg Date: Tue, 26 Aug 2014 15:28:56 -0400 Subject: [PATCH] Remove 15 char language from mesh name field. This addresses issue #202 --- luasrc/model/cbi/commotion/basic_mn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luasrc/model/cbi/commotion/basic_mn.lua b/luasrc/model/cbi/commotion/basic_mn.lua index ddafcda..9908a4f 100644 --- a/luasrc/model/cbi/commotion/basic_mn.lua +++ b/luasrc/model/cbi/commotion/basic_mn.lua @@ -65,7 +65,7 @@ end s.valuefooter = "cbi/full_valuefooter" s.template_addremove = "cbi/commotion/addMesh" --This template controls the addremove form for adding a new access point so that it has better wording. -name = s:option(Value, "ssid", translate("Mesh Network Name"), translate("Commotion networks share a network-wide name. This must be the same across all devices on the same mesh. This name cannot be greater than 15 characters.")) +name = s:option(Value, "ssid", translate("Mesh Network Name"), translate("Commotion networks share a network-wide name. This must be the same across all devices on the same mesh.")) name.default = "commotionwireless.net" name.datatype = "maxlength(31)" function name.validate(self,val)