From 3fedaa426d819b4ba3eda6fcec08a78875d4f366 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 24 Jun 2025 13:58:40 +0200 Subject: [PATCH] Update json --- frontend/public/json/notesnook.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/notesnook.json b/frontend/public/json/notesnook.json index 13bd103d..d531ba5d 100644 --- a/frontend/public/json/notesnook.json +++ b/frontend/public/json/notesnook.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Before doing update of the app, please make a backup in the application Web UI", + "type": "warning" + } + ] }