Fix help text

This commit is contained in:
Sergio Morillo 2021-02-15 16:09:20 +01:00
parent 42ccbfcbfc
commit 5b09ea08e7
2 changed files with 4 additions and 4 deletions

View File

@ -54,8 +54,8 @@ class ElectronicMailFilter(DeactivableMixin, ModelSQL, ModelView):
'first tab and records calculated by the manual code.')
email = fields.Many2One('party.contact_mechanism', 'E-Mail',
domain=[('type', '=', 'email')],
help='Defines E-mail to use when email template has option '
'"Send email when no records" enabled.')
help='Defines E-mail to use instead of defined in email template. '
'Required if check "Send email when no records" enabled.')
@classmethod
def __setup__(cls):

View File

@ -92,9 +92,9 @@ msgstr "Correo electrónico"
msgctxt "help:electronic.mail.filter,email:"
msgid ""
"Defines E-mail to use when email template has option \"Send email when no records\" enabled."
"Defines E-mail to use instead of defined in email template. Required if check \"Send email when no records\" enabled."
msgstr ""
"Indica el correo electrónico a usar cuando la plantilla de correo tiene marcada la opción \"Enviar correo si no hay resultados\"."
"Indica el correo electrónico a usar en lugar del definido en la plantilla de correo. Necesario si está marcada la opción \"Enviar correo si no hay resultados\"."
msgctxt "field:electronic.mail.filter,write_date:"
msgid "Write Date"