Skip to content

Commit

Permalink
Merge branch 'fix-broken-html-in-translation-strings' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jun 4, 2024
2 parents 4f076c7 + 8aaf522 commit 1d5a509
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
collection: info_request_batch.info_requests %>
<% end %>
<div class="show-all-batch-link">
<%= link_to n_('Show {{count}} request in detail</span>',
'Show {{count}} requests in detail</span>',
<%= link_to n_('Show {{count}} request in detail',
'Show {{count}} requests in detail',
info_request_batch.public_bodies.count,
batch_request_title: info_request_batch.title,
count: info_request_batch.public_bodies.count),
Expand Down
2 changes: 1 addition & 1 deletion app/views/alaveteli_pro/plans/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'contact details</strong> for {{authority_count}} authorities',
authority_count: PublicBody.is_requestable.count) %></li>
<li><%= _('A <strong class="marketing-highlight">searchable archive</strong> of Freedom of Information requests') %></li>
<li><%= _('<strong class="marketing-highlight">Delivery verification</strong> for proof of receipt</strong>') %></li>
<li><%= _('<strong class="marketing-highlight">Delivery verification</strong> for proof of receipt') %></li>
<li><%= _('A permanent, searchable, <strong class="marketing-highlight">public record</strong> of your request and the responses') %></li>
<li><%= _('<strong class="marketing-highlight">Streamlined process</strong> for requesting internal reviews') %></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion app/views/comment/_suggestions.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<% if [ 'internal_review' ].include?(@info_request.described_state) %>
<li> <%= _("<strong>Advice</strong> on how to get a response that will " \
"satisfy the requester. </li>") %>
"satisfy the requester.") %> </li>
<% end %>
<% if [ 'error_message' ].include?(@info_request.described_state) %>
Expand Down

0 comments on commit 1d5a509

Please sign in to comment.