Commit 1921a934a9373884133eb3859efa250794b0ea92
1 parent
d2dc0385
Exists in
spb-stable
and in
3 other branches
Add room placeholder for Slack integration
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/project_services/slack_service.rb
... | ... | @@ -40,7 +40,7 @@ class SlackService < Service |
40 | 40 | [ |
41 | 41 | { type: 'text', name: 'subdomain', placeholder: '' }, |
42 | 42 | { type: 'text', name: 'token', placeholder: '' }, |
43 | - { type: 'text', name: 'room', placeholder: '' }, | |
43 | + { type: 'text', name: 'room', placeholder: 'Ex. #general' }, | |
44 | 44 | ] |
45 | 45 | end |
46 | 46 | ... | ... |