From: Tom Hughes Date: Wed, 6 Sep 2023 17:36:28 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4234' X-Git-Tag: live~631 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1220a9930e7e3d9662a9a7ba49d320fdbe1a1021?hp=1db26ff5f9039fb6e55d3a65f16cb43ba28aba20 Merge remote-tracking branch 'upstream/pull/4234' --- diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index 43f194522..97e6351a0 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -13,9 +13,9 @@ <% end -%> <% elsif params[:bbox] %> -

<%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %>

+

<%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %>

<% elsif params[:display_name] %> -

<%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %>

+

<%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %>

<% else %> -

<%= t(params[:max_id] ? ".no_more" : ".empty") %>

+

<%= t(params[:max_id] ? ".no_more" : ".empty") %>

<% end %>