1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

fix domain double + indentation

This commit is contained in:
lapineige 2023-02-05 14:06:18 +01:00 committed by GitHub
parent f4e655c054
commit 0b78c83239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,8 @@ multi_instance = false
[install]
[install.domain]
type = "domain"
help.en = "The domain name to use. Bonfire will be installed at its root path (/). This can't be changed."
help.fr = "Nom de domaine à utiliser. Bonfire sera installé à sa racine (/). Cela ne pourra pas être changé."
ask.en = "The domain name to use. Bonfire will be installed at its root path (/). This can't be changed."
ask.fr = "Nom de domaine à utiliser. Bonfire sera installé à sa racine (/). Cela ne pourra pas être changé."
[install.is_public]
type = "boolean"
@ -46,14 +46,14 @@ multi_instance = false
type = "group"
default = "visitors"
[install.domain]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
[install.language]
.en = "Choose the application language"
.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["fr", "en"]
default = "fr"
[install.admin]
# this is a generic question - ask strings are automatically handled by YunoHost's core
type = "user"