From 43b8b40c9090ed75efd20afe47224276d5008092 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:12:35 +0200 Subject: [PATCH] Update hortusfox.json --- frontend/public/json/hortusfox.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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" + } ] }