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" + } + ] }