luci-app-siitwizard: grammar fixes
To setup (n) -> To set(v) up Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
This commit is contained in:
parent
992cca55ae
commit
28e7201bcb
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue