Merge pull request #948 from musashino205/wifi-fix-disp
luci-mod-admin-full: Fix display problem of wifi_add
This commit is contained in:
commit
d732836063
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if not iw then
|
|||
return
|
||||
end
|
||||
|
||||
m = SimpleForm("network", translate("Joining Network: %q", http.formvalue("join")))
|
||||
m = SimpleForm("network", translatef("Joining Network: %q", http.formvalue("join")))
|
||||
m.cancel = translate("Back to scan results")
|
||||
m.reset = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue