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:
parent
f4e655c054
commit
0b78c83239
1 changed files with 14 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue