diff --git a/modules/freifunk/luasrc/view/freifunk/adminindex.htm b/modules/freifunk/luasrc/view/freifunk/adminindex.htm index 48e7d8beee..92169a80da 100644 --- a/modules/freifunk/luasrc/view/freifunk/adminindex.htm +++ b/modules/freifunk/luasrc/view/freifunk/adminindex.htm @@ -43,7 +43,7 @@ luci.i18n.loadc("freifunk") local device = section[".name"] local url = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "network", "wireless") if section.diversity ~= "0" and section.disabled ~= "1" and section.type ~= "mac80211" then - print('
' .. translate("Diversity is enabled for device") .. ' ' .. device .. '. ' + print('
' .. translate("Diversity is enabled for device") .. ' ' .. section[".name"] .. '. ' .. translate("Go to") .. ' ' .. translate("wireless settings") .. ' ' .. translate("to disable it.") .. '

') end