Skip to content

Commit

Permalink
luci-app-ffwizard-falter: update page text
Browse files Browse the repository at this point in the history
rewrite the text on the Wireless Mesh upgrade and settings pages.

Signed-off-by: pmelange <[email protected]>
  • Loading branch information
pmelange authored and Akira25 committed Dec 10, 2020
1 parent 500538b commit f9ede96
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ local uci = require "luci.model.uci".cursor()

f = SimpleForm("wireless", translate("Update Wireless-Mesh Settings"),
translate("The wireless interfaces which are built into the router can " ..
"mesh with other routers using either Ad-Hoc or 802.11s. <strong> " ..
"802.11s is now the standard used.</strong> But not all routers (or " ..
"their drivers) support this new standard. Also, if this router " ..
"currently meshes with Ad-Hoc then changing it to 802.11s would cause " ..
"connectivity loss. Please select which protocol to use."))
"mesh with other routers using either Ad-Hoc or 802.11s. <strong>" ..
"802.11s is now the standard used.</strong> Some routers (or " ..
"their drivers) might not support this new standard. Also, if this " ..
"router currently meshes with Ad-Hoc then changing it to 802.11s would " ..
"cause connectivity loss. Please contact your mesh neighbors to switch " ..
"to 802.11s collectively. Please select which protocol to use. <em>The " ..
"menu entry <strong>Freifunk->Wireless Mesh</strong> can be visited at " ..
"a later time to change these settings.</em>"))

local wifi_tbl = {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ m = Map("ffwizard", translate("Wireless-Mesh Settings"), nil)
f = m:section(NamedSection, "settings", "settings",
translate("Wireless Mesh Settings"),
translate("The wireless interfaces which are built into the router can " ..
"mesh with other routers using either Ad-Hoc or 802.11s. <strong> " ..
"802.11s is now the standard used.</strong> But not all routers (or " ..
"their drivers) support this new standard. Also, if this router " ..
"currently meshes with Ad-Hoc then changing it to 802.11s would cause " ..
"connectivity loss. Please select which protocol to use."))
"mesh with other routers using either Ad-Hoc or 802.11s. <strong>" ..
"802.11s is now the standard used.</strong> Some routers (or " ..
"their drivers) might not support this new standard. Also, if this " ..
"router currently meshes with Ad-Hoc then changing it to 802.11s would " ..
"cause connectivity loss. Please contact your mesh neighbors to switch " ..
"to 802.11s collectively. Please select which protocol to use."))

local wifi_tbl = {}

Expand Down

0 comments on commit f9ede96

Please sign in to comment.