Fix ask strings
This commit is contained in:
+3
-5
@@ -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 = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user