Fix ask strings

This commit is contained in:
CodeShakingSheep
2026-02-09 00:08:35 -06:00
parent db0223e56a
commit e3aa367939
+3 -5
View File
@@ -51,18 +51,16 @@ ram.runtime = "50M"
type = "user" type = "user"
[install.password] [install.password]
help.en = "The password to login into InvoiceNinja."
help.fr = "Le mot de passe pour se connecter à InvoiceNinja."
type = "password" type = "password"
[install.mail_name] [install.mail_name]
help.en = "Choose what name will be displayed when InvoiceNinja sends mails." ask.en = "Choose what name will be displayed when InvoiceNinja sends mails."
help.fr = "" ask.fr = ""
type = "string" type = "string"
default = "" default = ""
[install.mail_address] [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 = "" help.fr = ""
type = "email" type = "email"
default = "" default = ""