From e3aa367939669aa8d53104a2abdce2a86cc18736 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:08:35 -0600 Subject: [PATCH] Fix ask strings --- manifest.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7590b8d..e4e4a37 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,18 +51,16 @@ ram.runtime = "50M" type = "user" [install.password] - help.en = "The password to login into InvoiceNinja." - help.fr = "Le mot de passe pour se connecter à InvoiceNinja." type = "password" [install.mail_name] - help.en = "Choose what name will be displayed when InvoiceNinja sends mails." - help.fr = "" + ask.en = "Choose what name will be displayed when InvoiceNinja sends mails." + ask.fr = "" type = "string" default = "" [install.mail_address] - help.en = "Choose from which mail-address emails will be send." + ask.en = "Choose from which mail-address emails will be send." help.fr = "" type = "email" default = ""