diff options
author | francis <francis> | 2008-08-09 14:26:11 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-09 14:26:11 +0000 |
commit | e7d48433b6af999588751998c55529c41d20befe (patch) | |
tree | 5737763f774d0e52934dd7083e51292c9d1e7b91 | |
parent | 2631bc94405407346072ad045730fcbafb1e3ad6 (diff) |
Make clear that just clicking the link isn't enough.
-rw-r--r-- | app/views/request_mailer/new_response_reminder_alert.rhtml | 2 | ||||
-rw-r--r-- | app/views/request_mailer/not_clarified_alert.rhtml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/views/request_mailer/new_response_reminder_alert.rhtml b/app/views/request_mailer/new_response_reminder_alert.rhtml index f3cbc523b..152cc0663 100644 --- a/app/views/request_mailer/new_response_reminder_alert.rhtml +++ b/app/views/request_mailer/new_response_reminder_alert.rhtml @@ -1,6 +1,6 @@ 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. +click on the link below and then select the appropriate check box. <%=@url%> diff --git a/app/views/request_mailer/not_clarified_alert.rhtml b/app/views/request_mailer/not_clarified_alert.rhtml index b8a481851..40124d190 100644 --- a/app/views/request_mailer/not_clarified_alert.rhtml +++ b/app/views/request_mailer/not_clarified_alert.rhtml @@ -1,5 +1,6 @@ <%=@info_request.public_body.name%> has asked you to explain -part of your <%=@info_request.law_used_short%> request. To do this, click on the link below. +part of your <%=@info_request.law_used_short%> request. +To do this, first click on the link below. <%=@url%> |