X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..4634c6bc4233641e84d78b728a69ce4aba49fa7c:/app/views/browse/_tag_details.html.erb diff --git a/app/views/browse/_tag_details.html.erb b/app/views/browse/_tag_details.html.erb index 16e3b51b2..9c3fbbfc2 100644 --- a/app/views/browse/_tag_details.html.erb +++ b/app/views/browse/_tag_details.html.erb @@ -1,5 +1,5 @@ <% unless tag_details.empty? %> -

<%= t 'browse.tag_details.tags' %>

+

<%= t '.tags' %>

<%= render :partial => "tag", :collection => tag_details.sort %>