From e6285b347ba4e23c2a9450f263e6bbe7a6080abe Mon Sep 17 00:00:00 2001 From: riley Date: Fri, 10 Nov 2023 18:42:48 -0500 Subject: [PATCH] wording --- luasrc/model/cbi/easymesh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luasrc/model/cbi/easymesh.lua b/luasrc/model/cbi/easymesh.lua index a9a271d..6fcf642 100755 --- a/luasrc/model/cbi/easymesh.lua +++ b/luasrc/model/cbi/easymesh.lua @@ -134,7 +134,7 @@ apRadio.rmempty = false o = s:taboption("setup", Value, "mesh_id", translate("Mesh SSID")) o.default = "easymesh_AC" -enable = s:taboption("setup", Flag, "encryption", translate("Encryption MAKE THIS A DROPDOWN"), translate("")) +enable = s:taboption("setup", Flag, "encryption", translate("Encryption WIP DROPDOWN"), translate("")) enable.default = 0 enable.rmempty = false