luci-0.10: Merge r6897
This commit is contained in:
parent
c8711c2bbf
commit
0eee4e2a3e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ local basicsurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "fr
|
|||
if section.diversity ~= "0" and section.disabled ~= "1" then
|
||||
print('<div class="error">' .. translate("Diversity is enabled for device") .. ' <b>' .. device .. '</b>. '
|
||||
.. translate("Go to") .. ' <a href="' .. url .. '">' .. translate("wireless settings") .. '</a> ' ..
|
||||
translate(" to disable it.") .. '</div><p />')
|
||||
translate("to disable it.") .. '</div><p />')
|
||||
end
|
||||
end) %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue