aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request')
-rw-r--r--app/views/request/_describe_state.rhtml2
-rw-r--r--app/views/request/_other_describe_state.rhtml2
-rw-r--r--app/views/request/show.rhtml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/request/_describe_state.rhtml b/app/views/request/_describe_state.rhtml
index 4496fddb6..a91231ae8 100644
--- a/app/views/request/_describe_state.rhtml
+++ b/app/views/request/_describe_state.rhtml
@@ -58,7 +58,7 @@
</div>
<div>
<%= radio_button "incoming_message", "described_state", "rejected", :id => 'rejected' + id_suffix %>
- <label for="rejected<%=id_suffix%>">My request has been <strong>rejected</strong></label>
+ <label for="rejected<%=id_suffix%>">My request has been <strong>refused</strong></label>
</div>
<hr> <!------------------------------------------------>
diff --git a/app/views/request/_other_describe_state.rhtml b/app/views/request/_other_describe_state.rhtml
index 866e90142..66f64c27a 100644
--- a/app/views/request/_other_describe_state.rhtml
+++ b/app/views/request/_other_describe_state.rhtml
@@ -54,7 +54,7 @@
</div>
<div>
<%= radio_button "incoming_message", "described_state", "rejected", :id => 'rejected' + id_suffix %>
- <label for="rejected<%=id_suffix%>">The request has been <strong>rejected</strong></label>
+ <label for="rejected<%=id_suffix%>">The request has been <strong>refused</strong></label>
</div>
<hr> <!------------------------------------------------>
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 02f68bf21..97dc32512 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -83,7 +83,7 @@
<% elsif @status == 'not_held' %>
<%= public_body_link(@info_request.public_body) %> <strong>did not have</strong> the information requested.
<% elsif @status == 'rejected' %>
- The request was <strong>rejected</strong> by <%= public_body_link(@info_request.public_body) %>.
+ The request was <strong>refused</strong> by <%= public_body_link(@info_request.public_body) %>.
<% elsif @status == 'successful' %>
The request was <strong>successful</strong>.
<% elsif @status == 'partially_successful' %>