luci-app-siitwizard: grammar fixes

To setup (n) -> To set(v) up

Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
(cherry picked from commit 28e7201bcb)
This commit is contained in:
Paul Dee 2023-08-05 02:09:22 +02:00 committed by Jo-Philipp Wich
parent cbf7bbd9b4
commit a324470832

View File

@ -49,8 +49,8 @@ ula = ula:add(find_ll())
-------------------- View --------------------
f = SimpleForm("siitwizward", "SIIT-Wizzard",
"This wizzard helps to setup SIIT (IPv4-over-IPv6) translation according to RFC2765.")
f = SimpleForm("siitwizard", "SIIT-Wizard",
"This wizard helps to set up SIIT (IPv4-over-IPv6) translation according to RFC2765.")
f:field(DummyValue, "info_ula", "Mesh ULA address").value = ula:string()