1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2021-03-15 08:51:30 +01:00
parent 499d0a759d
commit f6e24cd953
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -25,10 +25,6 @@
"install": [{ "install": [{
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": {
"en": "Choose a domain name for Grocy",
"fr": "Choisissez un nom de domaine pour Grocy"
},
"help": { "help": {
"en": "Grocy needs to be installed in its own root domain or subdomain.", "en": "Grocy needs to be installed in its own root domain or subdomain.",
"fr": "Grocy doit être installé dans son propre domaine racine ou sous-domaine." "fr": "Grocy doit être installé dans son propre domaine racine ou sous-domaine."
@ -48,10 +44,6 @@
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": {
"en": "Is it a public site?",
"fr": "Est-ce un site public ?"
},
"help": { "help": {
"en": "If enabled, Grocy will be accessible by people who do not have an account. This can be changed later via the webadmin.", "en": "If enabled, Grocy will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Grocy sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." "fr": "Si cette case est cochée, Grocy sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."