Remove email line break message

This commit is contained in:
JonnyWong16 2018-01-20 11:30:11 -08:00
parent 0fad245148
commit fc14c3165f

View file

@ -1361,8 +1361,7 @@ class EMAIL(Notifier):
{'label': 'Enable HTML Support',
'value': self.config['html_support'],
'name': 'email_html_support',
'description': 'Style your messages using HTML tags. '
'Line breaks (<br>) will be inserted automatically.',
'description': 'Style your messages using HTML tags.',
'input_type': 'checkbox'
}
]