Improve message shown to the users.

This commit is contained in:
Petter Reinholdtsen 2013-09-13 10:04:50 +02:00
parent 023325fdde
commit 8cd1d23e1e

View File

@ -114,7 +114,7 @@ TODO: explain all this cert stuff to the user.</p>
with sqlite_db(cfg.store_file, table="firstboot", autocommit=True) as db:
db['state']=5
main = main + """
<p>Welcome screen not done. Press <a href="/router">continue</a> to
<p>Welcome screen not completely implemented yet. Press <a href="/router">continue</a> to
see the rest of the web interface.</p>"
"""