diff --git a/frontend/public/json/booklore.json b/frontend/public/json/booklore.json index d92e987e8..c0ef0bf7f 100644 --- a/frontend/public/json/booklore.json +++ b/frontend/public/json/booklore.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Starting Booklore (Web UI) may take up to 2 minutes after a restart or fresh installation.", + "type": "info" + } + ] }