X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a6fb1ead5b9dc773813526c2d3e3beea0daebe17..50b2f4f656b82112fce4939da26a1afc6b140e89:/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..0e1a3fbef 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 %>