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:
authorLin Jen-Shin <godfat@godfat.org>2016-06-15 10:49:01 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-06-15 10:49:01 +0300
commitc55eebb2835d15e618356d94f318eae0573ba95e (patch)
tree0d007bc42b4044f03c5a51e030fd0a1651f1f5a3 /app/workers/email_receiver_worker.rb
parentcb168c347a035573c8b8fa493be4d1f797d895f0 (diff)
An instruction for what to do
Diffstat (limited to 'app/workers/email_receiver_worker.rb')
-rw-r--r--app/workers/email_receiver_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/email_receiver_worker.rb b/app/workers/email_receiver_worker.rb
index aecc7ecd058..842eebdea9e 100644
--- a/app/workers/email_receiver_worker.rb
+++ b/app/workers/email_receiver_worker.rb
@@ -24,7 +24,7 @@ class EmailReceiverWorker
reason =
case e
when Gitlab::Email::UnknownIncomingEmail
- "We couldn't figure out what the email is for."
+ "We couldn't figure out what the email is for. Please create your issue or comment through the web interface."
when Gitlab::Email::SentNotificationNotFoundError
"We couldn't figure out what the email is in reply to. Please create your comment through the web interface."
when Gitlab::Email::ProjectNotFound