summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-28 12:16:07 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-28 12:16:07 +0200
commit07bcabb305f62e445c77ca8081b473adf21f56da (patch)
tree52e9323d7808eeaa9f1b635d1f93b5a891bb6608 /lib
parente2f73c8685cc73066553adc25013b4125cccc849 (diff)
downloadgitlab-ce-fix/gb/fix-chatops-deploy-multiple-actions-matching.tar.gz
Improve wording related to deploy chatops commandfix/gb/fix-chatops-deploy-multiple-actions-matching
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/slash_commands/presenters/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/slash_commands/presenters/deploy.rb b/lib/gitlab/slash_commands/presenters/deploy.rb
index b72586394bc..ebae0f57f9b 100644
--- a/lib/gitlab/slash_commands/presenters/deploy.rb
+++ b/lib/gitlab/slash_commands/presenters/deploy.rb
@@ -10,7 +10,7 @@ module Gitlab
end
def action_not_found
- ephemeral_response(text: "Couldn't find a deployment action.")
+ ephemeral_response(text: "Couldn't find a deployment manual action.")
end
end
end