Fix some notifier text

This commit is contained in:
JonnyWong16 2017-01-27 20:49:33 -08:00
parent 270d4f510a
commit eac31d10f1
2 changed files with 6 additions and 6 deletions

View file

@ -132,7 +132,7 @@ def available_notification_agents():
'name': 'pushover',
'id': AGENT_IDS['pushover']
},
{'label': 'Scripts',
{'label': 'Script',
'name': 'scripts',
'id': AGENT_IDS['scripts']
},
@ -2360,14 +2360,14 @@ class SCRIPTS(Notifier):
{'label': 'Script Folder',
'value': self.config['script_folder'],
'name': 'scripts_script_folder',
'description': 'Enter the full path to your scripts folder.',
'description': 'Enter the full path to your script folder.',
'input_type': 'text',
'refresh': True
},
{'label': 'Script File',
'value': self.config['script'],
'name': 'scripts_script',
'description': 'Choose the script file to run.',
'description': 'Select the script file to run.',
'input_type': 'select',
'select_options': self.list_scripts()
},