mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add valid OneSignal ID note in Android App notification settings
This commit is contained in:
parent
5f2e3f58e7
commit
cba4c00ca0
1 changed files with 4 additions and 2 deletions
|
@ -1022,7 +1022,8 @@ class ANDROIDAPP(Notifier):
|
|||
'label': 'Device',
|
||||
'description': 'No mobile devices registered with OneSignal. '
|
||||
'<a data-tab-destination="android_app" data-toggle="tab" data-dismiss="modal">'
|
||||
'Get the Android App</a> and register a device.',
|
||||
'Get the Android App</a> and register a device.<br>'
|
||||
'Note: Only devices registered with a valid OneSignal ID will appear in the list.',
|
||||
'input_type': 'help'
|
||||
})
|
||||
else:
|
||||
|
@ -1032,7 +1033,8 @@ class ANDROIDAPP(Notifier):
|
|||
'name': 'androidapp_device_id',
|
||||
'description': 'Set your mobile device or '
|
||||
'<a data-tab-destination="android_app" data-toggle="tab" data-dismiss="modal">'
|
||||
'register a new device</a> with Tautulli.',
|
||||
'register a new device</a> with Tautulli.<br>'
|
||||
'Note: Only devices registered with a valid OneSignal ID will appear in the list.',
|
||||
'input_type': 'select',
|
||||
'select_options': devices
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue