diff --git a/modules/installed/first_boot.py b/modules/installed/first_boot.py index d20b0a76c..36c32f114 100644 --- a/modules/installed/first_boot.py +++ b/modules/installed/first_boot.py @@ -114,7 +114,7 @@ TODO: explain all this cert stuff to the user.

with sqlite_db(cfg.store_file, table="firstboot", autocommit=True) as db: db['state']=5 main = main + """ -

Welcome screen not done. Press continue to +

Welcome screen not completely implemented yet. Press continue to see the rest of the web interface.

" """