diff --git a/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm b/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm
index 2364ff2adb..c988051c5c 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")
<%:Error%>
-<%: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.%>
<%
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: %>
-<%:Basic settings%>
+<%:Basic settings are incomplete. Please go to%> <%:Basic settings%> <%:and fill out all required fields.%>
<% end %>