From 3425703c2a50e60f0403d739e2d8f2f50d0dda9d Mon Sep 17 00:00:00 2001 From: Aeris One Date: Tue, 31 Mar 2020 16:37:36 +0200 Subject: [PATCH 1/3] Update manifest.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package_linter told me to add an help key, so I add an help key 😉 --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index 5fc6261..c039a8d 100644 --- a/manifest.json +++ b/manifest.json @@ -48,6 +48,9 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "If enabled, Hextris will be accessible by people who doesn't have an account. This can be changed later via the webmin." + "fr": "Si cette case est cochée, Hextris sera accessible aux personnes n'ayant pas de compte. Vous pourrez changer ceci plus tard via le webmin." "default": true } ] From 91cda4a93f7d6076e3096fe735e7a5c3f1b960d6 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Tue, 31 Mar 2020 17:16:58 +0200 Subject: [PATCH 2/3] Missing commas --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c039a8d..e9cbc51 100644 --- a/manifest.json +++ b/manifest.json @@ -49,8 +49,9 @@ "fr": "Est-ce une application publique ?" }, "help": { - "en": "If enabled, Hextris will be accessible by people who doesn't have an account. This can be changed later via the webmin." + "en": "If enabled, Hextris will be accessible by people who doesn't have an account. This can be changed later via the webmin.", "fr": "Si cette case est cochée, Hextris sera accessible aux personnes n'ayant pas de compte. Vous pourrez changer ceci plus tard via le webmin." + }, "default": true } ] From 4d1e4bfc65999eff2c5c7426da609c85dedd6489 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 31 Mar 2020 17:37:02 +0200 Subject: [PATCH 3/3] You meant webadmin ? --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e9cbc51..5e6c586 100644 --- a/manifest.json +++ b/manifest.json @@ -49,8 +49,8 @@ "fr": "Est-ce une application publique ?" }, "help": { - "en": "If enabled, Hextris will be accessible by people who doesn't have an account. This can be changed later via the webmin.", - "fr": "Si cette case est cochée, Hextris sera accessible aux personnes n'ayant pas de compte. Vous pourrez changer ceci plus tard via le webmin." + "en": "If enabled, Hextris will be accessible by people who doesn't have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Hextris sera accessible aux personnes n'ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }