From d2da193978f87b67dae69d32883a7bb66929f263 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 30 Mar 2017 18:14:28 -0700 Subject: [PATCH] Combine android app config notes --- plexpy/notifiers.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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()