From c55eebb2835d15e618356d94f318eae0573ba95e Mon Sep 17 00:00:00 2001
From: Lin Jen-Shin <godfat@godfat.org>
Date: Wed, 15 Jun 2016 15:49:01 +0800
Subject: [PATCH] An instruction for what to do

---
 app/workers/email_receiver_worker.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab