mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Fix
This commit is contained in:
parent
b6f62f402d
commit
d9943c232d
2 changed files with 3 additions and 3 deletions
|
@ -10,5 +10,5 @@ services = ["__APP__"]
|
|||
[main.config.max_file_size]
|
||||
ask = "Max file size"
|
||||
type = "number"
|
||||
help = "Choose a max file size, in Mo (0 = no limit)"
|
||||
help = "Choose the maximum file size allowed to send, in Mo (0 = no limit)"
|
||||
bind = "max_file_size:/var/www/lufi/lufi.conf"
|
||||
|
|
|
@ -47,8 +47,8 @@
|
|||
"name": "max_file_size",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose a max file size, in Mo (0 = no limit)",
|
||||
"fr": "Choisissez une taille de fichier maximum chemin, en Mo (0 = pas de limite)"
|
||||
"en": "Choose a max file size in Mo (0 = no limit)",
|
||||
"fr": "Choisissez une taille de fichier maximum en Mo (0 = pas de limite)"
|
||||
},
|
||||
"example": "100",
|
||||
"default": "100"
|
||||
|
|
Loading…
Add table
Reference in a new issue