From d9943c232d82d74b29d84247d4f72fae86aa7468 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Aug 2022 08:50:37 +0200 Subject: [PATCH] Fix --- config_panel.toml | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"