summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-01-29 14:20:32 +0000
committerManuel Munz <freifunk@somakoma.de>2011-01-29 14:20:32 +0000
commitece62bd9abc158ab6b26a7e19ef89af789dff87d (patch)
treea22478bb1a34de46c7e689e0910f47c72a0dfd2f /applications
parent09eace41dbe3dc4bab107b82a06c05bc0980a2a7 (diff)
applications/ffwizard: Fix ffwizard_error page
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm5
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm b/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm
index 2364ff2ad..c988051c5 100644
--- a/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm
+++ b/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm
@@ -11,15 +11,14 @@ local location = uci:get_first ("system", "system", "location")
<h2><%:Error%></h2>
-<%:You can not use the wizard because some necessary values are not set.%>
+<%:You can not use the wizard because some necessary values are missing.%>
<p/>
<%
local co = uci:get("freifunk", "community", "name")
if not (co and hostname and latitude and longitude and location) then
%>
-<%:Basic settings are missing. Please go to this page and fill all required fields: %>
-<a href='<%=basicsurl%>'><%:Basic settings%></a>
+<%:Basic settings are incomplete. Please go to%> <a href='<%=basicsurl%>'><%:Basic settings%></a> <%:and fill out all required fields.%>
<p/>
<% end %>