Change: update Slack configuration titles.

This commit is contained in:
Arik Fraimovich
2016-09-26 11:04:48 +03:00
parent f0d0d60dc1
commit f4b87e76a3

View File

@@ -17,19 +17,19 @@ class Slack(BaseDestination):
},
'username': {
'type': 'string',
'title': 'custom username'
'title': 'Username'
},
'icon_emoji': {
'type': 'string',
'title': 'custom icon_emoji'
'title': 'Icon (Emoji)'
},
'icon_url': {
'type': 'string',
'title': 'custom icon_url'
'title': 'Icon (URL)'
},
'channel': {
'type': 'string',
'title': 'custom channel'
'title': 'Channel'
}
}
}