mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add wording for Pushover group key
This commit is contained in:
parent
9e5334ac81
commit
99e064e040
1 changed files with 2 additions and 2 deletions
|
@ -1004,10 +1004,10 @@ class PUSHOVER(object):
|
|||
return {'': ''}
|
||||
|
||||
def return_config_options(self):
|
||||
config_option = [{'label': 'Pushover User Key',
|
||||
config_option = [{'label': 'Pushover User or Group Key',
|
||||
'value': self.keys,
|
||||
'name': 'pushover_keys',
|
||||
'description': 'Your Pushover user key.',
|
||||
'description': 'Your Pushover user or group key.',
|
||||
'input_type': 'text'
|
||||
},
|
||||
{'label': 'Priority',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue