aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/request_mailer.rb4
-rw-r--r--app/views/request_mailer/requires_admin.rhtml4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/models/request_mailer.rb b/app/models/request_mailer.rb
index 59ab3da3d..d86e66a06 100644
--- a/app/models/request_mailer.rb
+++ b/app/models/request_mailer.rb
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: request_mailer.rb,v 1.68 2009-02-09 10:37:12 francis Exp $
+# $Id: request_mailer.rb,v 1.69 2009-02-28 00:53:43 francis Exp $
class RequestMailer < ApplicationMailer
@@ -103,7 +103,7 @@ class RequestMailer < ApplicationMailer
def requires_admin(info_request)
@from = info_request.user.name_and_email
@recipients = contact_from_name_and_email
- @subject = "Unusual FOI response - " + info_request.title
+ @subject = "FOI response requires admin - " + info_request.title
url = main_url(request_url(info_request))
admin_url = request_admin_url(info_request)
@body = {:info_request => info_request, :url => url, :admin_url => admin_url }
diff --git a/app/views/request_mailer/requires_admin.rhtml b/app/views/request_mailer/requires_admin.rhtml
index 29f3e1e38..b0b2e926a 100644
--- a/app/views/request_mailer/requires_admin.rhtml
+++ b/app/views/request_mailer/requires_admin.rhtml
@@ -1,7 +1,7 @@
---------------------------------------------------------------------
<%=@info_request.user.name%> has reported an <%=@info_request.law_used_short%>
-response as being unusual, or out of the scope of the system. Take a look, and
-reply to this email to let them know what you are going to do about it.
+response as needing administrator attention. Take a look, and reply to this
+email to let them know what you are going to do about it.
Request '<%=@info_request.title%>':
<%= @url %>