aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/public_body/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/public_body/show.rhtml')
-rw-r--r--app/views/public_body/show.rhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml
index 32e96294a..f7583614c 100644
--- a/app/views/public_body/show.rhtml
+++ b/app/views/public_body/show.rhtml
@@ -46,9 +46,9 @@
<div id="stepwise_make_request">
<% if @public_body.is_requestable? || @public_body.not_requestable_reason == 'bad_contact' %>
<% if @public_body.eir_only? %>
- Make a new <strong>Environmental Information</strong> request
+ <%= _('Make a new <strong>Environmental Information</strong> request')%>
<% else %>
- Make a new <strong>Freedom of Information</strong> request
+ <%= _('Make a new <strong>Freedom of Information</strong> request')%>
<% end %>
&nbsp;<%= _('<a class="link_button_green" href="{{url}}">{{text}}</a>', :url=>new_request_to_body_url(:url_name => @public_body.url_name), :text=>_("Start"))%>
<% elsif @public_body.has_notes? %>
@@ -108,4 +108,4 @@
<p> <%= _('The search index is currently offline, so we can\'t show the Freedom of Information requests that have been made to this authority.')%></p>
<% end %>
</div>
-</div> \ No newline at end of file
+</div>