From 9a031d170315092a989e0d9bd229eb0de108f622 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 25 Mar 2021 17:23:03 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 9b9f6b1..a21fdd3 100644 --- a/manifest.json +++ b/manifest.json @@ -33,11 +33,11 @@ "name": "path", "type": "path", "help": { - "en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp) (The final path will be: path + icecoder).", - "fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp) (Le chemin final sera : chemin + icecoder)." + "en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp).", + "fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp)." }, - "example": "/var/www/my_webapp/www", - "default": "/var/www/my_webapp/www" + "example": "/var/www/my_webapp/www/icecoder", + "default": "/var/www/my_webapp/www/icecoder" } ] }