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" } ] }