aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-11-12 10:49:35 +0000
committerGareth Rees <gareth@mysociety.org>2014-11-12 10:49:35 +0000
commitd2acf7d53f05f6b70fac312f0be0b1cb752c1f2e (patch)
treee39346614fe07d70988caa175777025cc5e88dc7
parent89742de35899c1ca08693fc7dd56bf233ab44fd7 (diff)
Revert text changes in 8a21f27
Further work on redesigning the request process [1] will reword these lines, so don't make the translators do work for no gain. [1] https://github.com/mysociety/alaveteli/issues/1526
-rw-r--r--app/views/request/new.html.erb2
-rw-r--r--app/views/request/select_authority.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/new.html.erb b/app/views/request/new.html.erb
index 79b4f8548..7f1332464 100644
--- a/app/views/request/new.html.erb
+++ b/app/views/request/new.html.erb
@@ -22,7 +22,7 @@
<% else %>
<% @title = _("Make an {{law_used_short}} request to '{{public_body_name}}'",:law_used_short=>h(@info_request.law_used_short),:public_body_name=>h(@info_request.public_body.name)) %>
<% end %>
- <h1><%= _('Ask for Information') %></h1>
+ <h1><%= _('2. Ask for Information') %></h1>
<% if @existing_request %>
<div class="errorExplanation" id="errorExplanation"><ul>
diff --git a/app/views/request/select_authority.html.erb b/app/views/request/select_authority.html.erb
index 731049d69..f68c73248 100644
--- a/app/views/request/select_authority.html.erb
+++ b/app/views/request/select_authority.html.erb
@@ -12,7 +12,7 @@
<% @title = _("Select the authority to write to") %>
-<h1 style="clear: left"><%= _('Select an authority') %></h1>
+<h1 style="clear: left"><%= _('1. Select an authority') %></h1>
<div id="authority_selection">
<%= form_tag select_authority_path, { :id => 'search_form', :method => 'get' } do %>