mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
Merge branch 'cleaning' of https://github.com/YunoHost-Apps/bonfire_ynh into cleaning
This commit is contained in:
commit
6488f5e475
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ ram.runtime = "500M"
|
|||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "string"
|
||||
type = "select"
|
||||
choices = ["fr", "en"]
|
||||
default = "fr"
|
||||
|
||||
|
@ -63,7 +63,7 @@ ram.runtime = "500M"
|
|||
[install.media_upload_size]
|
||||
ask.en = "Choose the maximum size of the media uploaded. Can be changed later."
|
||||
ask.fr = "Choisissez la taille maximale des médias mis en ligne. Peut-être modifié ultérieurement."
|
||||
type = "string"
|
||||
type = "select"
|
||||
choices = [
|
||||
"1MB",
|
||||
"2MB",
|
||||
|
|
Loading…
Reference in a new issue