Combine android app config notes

This commit is contained in:
JonnyWong16 2017-03-30 18:14:28 -07:00
parent 441c56854d
commit d2da193978

View file

@ -808,14 +808,11 @@ class ANDROIDAPP(Notifier):
'input_type': 'help' 'input_type': 'help'
}) })
config_option.append({ config_option[-1]['description'] += '<br><br>Notifications are sent using the ' \
'label': 'Note', '<a href="' + helpers.anon_url('https://onesignal.com') + '" target="_blank">' \
'description': 'Notifications are sent using the <a href="' + helpers.anon_url('https://onesignal.com') + '" target="_blank">' \ 'OneSignal</a> API. Some user data is collected and cannot be encrypted. ' \
'OneSignal</a> API. Some user data is collected and cannot be encrypted. ' \ 'Please read the <a href="' + helpers.anon_url('https://onesignal.com/privacy_policy') + '" target="_blank">' \
'Please read the <a href="' + helpers.anon_url('https://onesignal.com/privacy_policy') + '" target="_blank">' \ 'OneSignal Privacy Policy</a> for more details.'
'OneSignal Privacy Policy</a> for more details.',
'input_type': 'help'
})
devices = self.get_devices() devices = self.get_devices()