Skip to content

Commit

Permalink
gui: fix typo in serial modem for missing input box
Browse files Browse the repository at this point in the history
Signed-off-by: Ansuel Smith <[email protected]>
  • Loading branch information
Ansuel committed Dec 11, 2020
1 parent 7c5089c commit 44f2bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompressed/gui_file/www/docroot/modals/modgui-modal.lp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ html[#html + 1] = ui_helper.createAlertBlock(T"Disable CWMP Update. Any firmware
"Autoconfiguration won't work. Manually set the version in the System Extra tab to spoof a version or upgrade the firmware.")
html[#html + 1] = ui_helper.createSwitch(T"Disable CWMP Update", "disable_cwmp_update", modgui_settings["disable_cwmp_update"])
html[#html + 1] = ui_helper.createAlertBlock(T"Change the Modem Serial. Consider that the modem serial is the Factory ID + Serial.", info_box)
html[#html + 1] = ui_helper.createSwitch(T"Modem Serial", "modem_serial", modgui_settings["modem_serial"])
html[#html + 1] = ui_helper.createInputText(T"Modem Serial", "modem_serial", modgui_settings["modem_serial"])
ngx.print(html)

local html = {}
Expand Down

0 comments on commit 44f2bd3

Please sign in to comment.