summaryrefslogtreecommitdiff
path: root/app/services
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-06-14 16:52:50 -0500
committerDouwe Maan <douwe@selenight.nl>2017-06-14 16:53:03 -0500
commit41e3b3422607c9f1589988e7672e9a6446cd479e (patch)
treec9c63895c2b382af0c3fe66d308e692bab874909 /app/services
parent8ac90001e8799590e5ac5b4c9ed563392f1c54e3 (diff)
downloadgitlab-ce-41e3b3422607c9f1589988e7672e9a6446cd479e.tar.gz
Update /target_branch slash command description to be more consistentdm-target-branch-slash-command-desc
Diffstat (limited to 'app/services')
-rw-r--r--app/services/slash_commands/interpret_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/slash_commands/interpret_service.rb b/app/services/slash_commands/interpret_service.rb
index b6b411d2185..83144b1e011 100644
--- a/app/services/slash_commands/interpret_service.rb
+++ b/app/services/slash_commands/interpret_service.rb
@@ -410,7 +410,7 @@ module SlashCommands
params '@user'
command :cc
- desc 'Define target branch for MR'
+ desc 'Set target branch'
explanation do |branch_name|
"Sets target branch to #{branch_name}."
end