diff --git a/config_panel.toml b/config_panel.toml index 2e58c2a..ab040f9 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -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" diff --git a/manifest.json b/manifest.json index c94edf1..768076d 100644 --- a/manifest.json +++ b/manifest.json @@ -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"