diff --git a/luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua b/luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua index 691ffcc..f203274 100644 --- a/luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua +++ b/luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua @@ -155,7 +155,7 @@ function fwo.write(self, section) sys.call("/etc/init.d/firewall reload") end -local rso = bs:option(Button, "_reset_settings", "Reset settins to defaults") +local rso = bs:option(Button, "_reset_settings", "Reset settings to defaults") rso.inputtitle = "Reset" rso.inputstyle = "negative" function rso.write(self, section)