summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/integrations/edit/components/trigger_fields.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/integrations/edit/components/trigger_fields.vue')
-rw-r--r--app/assets/javascripts/integrations/edit/components/trigger_fields.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/integrations/edit/components/trigger_fields.vue b/app/assets/javascripts/integrations/edit/components/trigger_fields.vue
index 1bbecea05ad..42bc9e4c8a1 100644
--- a/app/assets/javascripts/integrations/edit/components/trigger_fields.vue
+++ b/app/assets/javascripts/integrations/edit/components/trigger_fields.vue
@@ -10,8 +10,8 @@ const typeWithPlaceholder = {
};
const placeholderForType = {
- [typeWithPlaceholder.SLACK]: __('Slack channels (e.g. general, development)'),
- [typeWithPlaceholder.MATTERMOST]: __('Channel handle (e.g. town-square)'),
+ [typeWithPlaceholder.SLACK]: __('general, development'),
+ [typeWithPlaceholder.MATTERMOST]: __('my-channel'),
};
export default {