X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f138055849e5b09cd94797c3e1705c6357d6b93b..e2a6701696761f8f290796a0b4c30df9a7425ea4:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index 97e6351a0..fc5f7cbbc 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") %>
+<%= params[:max_id] ? t(".no_more_area") : t(".empty_area") %>
<% elsif params[:display_name] %> -<%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %>
+<%= params[:max_id] ? t(".no_more_user") : t(".empty_user") %>
<% else %> -<%= t(params[:max_id] ? ".no_more" : ".empty") %>
+<%= params[:max_id] ? t(".no_more") : t(".empty") %>
<% end %>