From c97a9fbedab0faef9484e3e0c3305232321e7a87 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 22 Jun 2020 19:43:12 +0200 Subject: [PATCH] [YEP-1.9] Try to avoid starting the description by '$app is' --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index abd5a0a..14ffbb7 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "jeedom", "packaging_format": 1, "description": { - "en": "Jeedom is a home automation application", - "fr": "Jeedom est une application de domotique" + "en": "Home automation application", + "fr": "Application de domotique" }, "version": "3.3.45~ynh1", "url": "http://www.jeedom.fr/",