X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a6fb1ead5b9dc773813526c2d3e3beea0daebe17..44217775f0f8556c662aa9b39aeed80c97c7f8ed:/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 %>