diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 4a761420..2449b844 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -808,14 +808,11 @@ class ANDROIDAPP(Notifier): 'input_type': 'help' }) - config_option.append({ - 'label': 'Note', - 'description': 'Notifications are sent using the ' \ - 'OneSignal API. Some user data is collected and cannot be encrypted. ' \ - 'Please read the ' \ - 'OneSignal Privacy Policy for more details.', - 'input_type': 'help' - }) + config_option[-1]['description'] += '

Notifications are sent using the ' \ + '' \ + 'OneSignal API. Some user data is collected and cannot be encrypted. ' \ + 'Please read the ' \ + 'OneSignal Privacy Policy for more details.' devices = self.get_devices()