X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8ecb53b8692cbaac262fba5b1baa632d7cef5353..537ec347da133968578bdd909a367f48b998da73:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index e9e620062..3ead2abda 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -9,9 +9,9 @@ <% end -%> <% elsif params[:bbox] %> -
<%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %>
<% elsif params[:display_name] %> -<%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %>
<% else %> -<%= t(params[:max_id] ? ".no_more" : ".empty") %>
<% end %>