Fix typo in Pushover config in 9ba6b23

This commit is contained in:
JonnyWong16 2017-12-01 12:31:09 -08:00
parent 76cc61e0c2
commit f9e7c2bdb6

View file

@ -2637,7 +2637,7 @@ class PUSHOVER(Notifier):
},
{'label': 'Pushover User or Group Key',
'value': self.config['key'],
'name': 'pushover_keys',
'name': 'pushover_key',
'description': 'Your Pushover user or group key.',
'input_type': 'text'
},