X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4a9846b078c6a82d312cd6f3b9cac536dec1c00a..5bed2178231b783176551d21734d23b7a32f0d16:/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 %>