diff --git a/check_process b/check_process index a363d4e..535ceb5 100644 --- a/check_process +++ b/check_process @@ -27,5 +27,5 @@ Notification=none ;;; Upgrade options ; commit=CommitHash name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + manifest_arg=domain=DOMAIN&path=PATH&is_public=1& diff --git a/manifest.json b/manifest.json index 1940bee..19dc4ca 100644 --- a/manifest.json +++ b/manifest.json @@ -43,16 +43,6 @@ "fr": "Si oui, cette app pourra ĂȘtre accessible par tout le monde." }, "default": true - }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["fr", "en"], - "default": "fr" } ] }