diff --git a/manifest.json b/manifest.json index 21ce8ac..c6064ae 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.0.7" + "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ @@ -27,19 +27,11 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for Roundcube", - "fr": "Choisissez un domaine pour Roundcube" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Roundcube", - "fr": "Choisissez un chemin pour Roundcube" - }, "example": "/webmail", "default": "/webmail" },