An instruction for what to do

This commit is contained in:
Lin Jen-Shin 2016-06-15 15:49:01 +08:00
parent cb168c347a
commit c55eebb283

View file

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