Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-28 13:16:07 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-28 13:16:07 +0300
commit07bcabb305f62e445c77ca8081b473adf21f56da (patch)
tree52e9323d7808eeaa9f1b635d1f93b5a891bb6608 /lib/gitlab/slash_commands
parente2f73c8685cc73066553adc25013b4125cccc849 (diff)
Improve wording related to deploy chatops command
Diffstat (limited to 'lib/gitlab/slash_commands')
-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