aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-10-28 12:37:31 +0000
committerfrancis <francis>2008-10-28 12:37:31 +0000
commit426699ea018afab8419da9e8d78fbef4b5893ce6 (patch)
treec4926c7ea631ee5d0312c574ecf0bcb372ea43c3
parentcf051ff94433628c0e5f389afed513b4ac7cf962 (diff)
Try better wording for reminder email.
-rw-r--r--app/models/request_mailer.rb4
-rw-r--r--app/views/request_mailer/new_response_reminder_alert.rhtml8
2 files changed, 3 insertions, 9 deletions
diff --git a/app/models/request_mailer.rb b/app/models/request_mailer.rb
index aa2b2663a..0ef9faf62 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.63 2008-10-17 16:51:41 francis Exp $
+# $Id: request_mailer.rb,v 1.64 2008-10-28 12:37:32 francis Exp $
class RequestMailer < ApplicationMailer
@@ -145,7 +145,7 @@ class RequestMailer < ApplicationMailer
@from = contact_from_name_and_email
@recipients = info_request.user.name_and_email
- @subject = "Did the response you got contain what you wanted? - " + info_request.title
+ @subject = "Was the response you got the other day any good?"
@body = { :incoming_message => incoming_message, :info_request => info_request, :url => url }
end
diff --git a/app/views/request_mailer/new_response_reminder_alert.rhtml b/app/views/request_mailer/new_response_reminder_alert.rhtml
index 152cc0663..2203beb5d 100644
--- a/app/views/request_mailer/new_response_reminder_alert.rhtml
+++ b/app/views/request_mailer/new_response_reminder_alert.rhtml
@@ -1,13 +1,7 @@
-Please let us know whether there was information in the recent
-response to your <%= @info_request.law_used_full %> request. To do this,
-click on the link below and then select the appropriate check box.
+To let us know, follow this link and then select the appropriate box.
<%=@url%>
-Thanks very much - this will help others find useful stuff. We'll
-also, if you need it, give advice on what to do next about your
-request.
-
-- the WhatDoTheyKnow team