mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 03:28:31 -07:00
Fix typo in Pushover config in 9ba6b23
This commit is contained in:
parent
76cc61e0c2
commit
f9e7c2bdb6
1 changed files with 1 additions and 1 deletions
|
@ -2637,7 +2637,7 @@ class PUSHOVER(Notifier):
|
||||||
},
|
},
|
||||||
{'label': 'Pushover User or Group Key',
|
{'label': 'Pushover User or Group Key',
|
||||||
'value': self.config['key'],
|
'value': self.config['key'],
|
||||||
'name': 'pushover_keys',
|
'name': 'pushover_key',
|
||||||
'description': 'Your Pushover user or group key.',
|
'description': 'Your Pushover user or group key.',
|
||||||
'input_type': 'text'
|
'input_type': 'text'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue