From ccf54b8f29c1cb54cd6bb14c2649772a4b976c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:21:30 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 9fa8ebe..fe5eb90 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -31,12 +31,14 @@ services = ["__APP__"] ask.en = "Custom Title" ask.fr = "Titre personnalisé" type = "string" - help = "Add a custom title for Send" + help.en = "Add a custom title for Send" + help.fr = "Ajouter un titre personnalisé pour Send" bind = "custom_title:/var/www/__APP__/server/config.js" [main.config.custom_description] ask.en = "Custom Description" ask.fr = "Description personnalisée" type = "string" - help = "Add a custom description for Send" + help.en = "Add a custom description for Send" + help.fr = "Ajouter une description personnalisée pour Send" bind = "custom_description:/var/www/__APP__/server/config.js"