diff options
-rw-r--r-- | app/views/request/new.html.erb | 2 | ||||
-rw-r--r-- | app/views/request/select_authority.html.erb | 2 |
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 %> |