summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-06-15 15:49:01 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-06-15 15:49:01 +0800
commitc55eebb2835d15e618356d94f318eae0573ba95e (patch)
tree0d007bc42b4044f03c5a51e030fd0a1651f1f5a3
parentcb168c347a035573c8b8fa493be4d1f797d895f0 (diff)
downloadgitlab-ce-c55eebb2835d15e618356d94f318eae0573ba95e.tar.gz
An instruction for what to do
-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