diff options
author | Paul Donald <newtwen@gmail.com> | 2024-03-15 14:43:23 +0100 |
---|---|---|
committer | Paul Donald <newtwen@gmail.com> | 2024-03-15 14:43:23 +0100 |
commit | 977035837e00f0f8f17c0595bd0e698a82bddfd0 (patch) | |
tree | 0c6a67e874ad34494c0f0ed4323c97e3352ed277 /applications/luci-app-unbound/luasrc | |
parent | 3edbecf40fc322911d081dde726a060e4db98b58 (diff) |
luci-app-unbound: spell fix
Closes openwrt/luci#6993
Signed-off-by: Paul Donald <newtwen@gmail.com>
Diffstat (limited to 'applications/luci-app-unbound/luasrc')
-rw-r--r-- | applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua index 806b25acec..f23f38f937 100644 --- a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua +++ b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua @@ -236,7 +236,7 @@ if (valman == "0") then pro = s1:taboption("resource", ListValue, "protocol", translate("Recursion Protocol"), - translate("Chose the IP versions used upstream and downstream")) + translate("Choose the IP versions used upstream and downstream")) pro:value("default", translate("Default")) pro:value("ip4_only", translate("IP4 Only")) pro:value("ip6_local", translate("IP4 All and IP6 Local")) |