From 62d542d1f42d704d4bb0cc117bb4b6773d121a07 Mon Sep 17 00:00:00 2001 From: Vadim Vetrov Date: Sun, 13 Oct 2024 23:56:31 +0300 Subject: [PATCH] Fix typo Reported in #148 --- luci-app-youtubeUnblock/luasrc/model/cbi/youtubeUnblock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)