From 6343615d85cb92ae725554007613a5ede55a1d5a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:36:19 +0100 Subject: [PATCH] json fix --- frontend/public/json/qui.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/frontend/public/json/qui.json b/frontend/public/json/qui.json index bef257e27..1c9c8f722 100644 --- a/frontend/public/json/qui.json +++ b/frontend/public/json/qui.json @@ -31,18 +31,5 @@ "username": null, "password": null }, - "notes": [ - { - "text": "After installation, create a user account by entering the container and running `qui create-user`.", - "type": "info" - }, - { - "text": "Configuration file is located at /root/.config/qui/config.toml", - "type": "info" - }, - { - "text": "Database is located at /root/.config/qui/qui.db", - "type": "info" - } - ] + "notes": [] }