diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index a5101d52..3cbf5540 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -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' } ]