X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0dbb33016f77eef7d150044f06fc7ce86cde4d59..537ec347da133968578bdd909a367f48b998da73:/app/views/changesets/index.html.erb?ds=sidebyside diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index 1e3daa081..3ead2abda 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -1,17 +1,17 @@ <% if @changesets.present? %> -
<%= 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 %>