From d8a38840b683572ef3a7975aef6967e2e14c4885 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 13 Aug 2021 17:40:57 +0200 Subject: [PATCH] Fix --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 87c6945..98e0a46 100644 --- a/check_process +++ b/check_process @@ -3,7 +3,7 @@ domain="domain.tld" path="/path" admin="john" - language="fr" + language="en" is_public=1 ; Checks pkg_linter=1 diff --git a/manifest.json b/manifest.json index 5022c77..565a82d 100644 --- a/manifest.json +++ b/manifest.json @@ -55,7 +55,7 @@ "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], - "default": "fr" + "default": "en" } ] }