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:
Diffstat (limited to 'lib/gitlab/slash_commands/presenters/access.rb')
-rw-r--r--lib/gitlab/slash_commands/presenters/access.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/slash_commands/presenters/access.rb b/lib/gitlab/slash_commands/presenters/access.rb
index c9c5c6da3bf..e098762f290 100644
--- a/lib/gitlab/slash_commands/presenters/access.rb
+++ b/lib/gitlab/slash_commands/presenters/access.rb
@@ -21,8 +21,8 @@ module Gitlab
def deactivated
ephemeral_response(text: <<~MESSAGE)
- You are not allowed to perform the given chatops command since
- your account has been deactivated by your administrator.
+ You are not allowed to perform the given ChatOps command. Most likely
+ your #{Gitlab.config.gitlab.url} account needs to be reactivated.
Please log back in from a web browser to reactivate your account at #{Gitlab.config.gitlab.url}
MESSAGE