diff --git a/frontend/public/json/jeedom.json b/frontend/public/json/jeedom.json index cdd65e16..38fd42a5 100644 --- a/frontend/public/json/jeedom.json +++ b/frontend/public/json/jeedom.json @@ -41,5 +41,10 @@ "username": "admin", "password": "admin" }, - "notes": [] + "notes": [ + { + "text": "Only OS packages are updateable. To update Jeedom, please use the web interface.", + "type": "info" + } + ] }