Add missing message

This commit is contained in:
jmartin 2015-07-08 16:06:03 +02:00
parent 3f3b6693cb
commit a78f7ce244

View file

@ -326,6 +326,7 @@ class ElectronicMail(ModelSQL, ModelView):
cls._error_messages.update({
'smtp_error': 'Error connecting to SMTP server. '
'Emails have not been sent: %s',
'smtp_server_default': 'There are not default SMTP server',
'email_invalid': ('Invalid email "%s".'),
})