diff --git a/frontend/public/json/hortusfox.json b/frontend/public/json/hortusfox.json index 7a154dbc..f878e5f4 100644 --- a/frontend/public/json/hortusfox.json +++ b/frontend/public/json/hortusfox.json @@ -33,7 +33,13 @@ "password": null }, "notes": [ - "Initial password is generated and saved in ~/hortusfox.creds after install.", - "After installation, access the web UI on http:/// and log in as admin@example.com with the generated password." + { + "text": "Initial password is generated and saved in ~/hortusfox.creds after install.", + "type": "info" + }, + { + "text": "After installation, access the web UI on http:/// and log in as admin@example.com with the generated password.", + "type": "info" + } ] }