From c7062c72b283db774aee28b3ee73a45901f299e9 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:19:17 -0600 Subject: [PATCH] Translate ask strings --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index e4e4a37..50111bb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,14 +54,14 @@ ram.runtime = "50M" type = "password" [install.mail_name] - ask.en = "Choose what name will be displayed when InvoiceNinja sends mails." - ask.fr = "" + ask.en = "Choose what name will be displayed when InvoiceNinja sends mails" + ask.fr = "Choisissez quel nom sera affiché lorsque InvoiceNinja enverra des e-mails" type = "string" - default = "" + default = "Invoice Ninja" [install.mail_address] - ask.en = "Choose from which mail-address emails will be send." - help.fr = "" + ask.en = "Choose from which mail address emails will be sent" + ask.fr = "Choisissez à partir de quelle adresse e-mail les e-mails seront envoyés" type = "email" default = ""