]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
Merge remote-tracking branch 'upstream/pull/2189'
[rails.git] / app / views / browse / _tag_details.html.erb
index 16e3b51b2865b156558eb93d271a49b43382aba8..9c3fbbfc206961291a77d8bdb37f0dc75fdffc18 100644 (file)
@@ -1,5 +1,5 @@
 <% unless tag_details.empty? %>
-  <h4><%= t 'browse.tag_details.tags' %></h4>
+  <h4><%= t '.tags' %></h4>
   <table class='browse-tag-list'>
     <%= render :partial => "tag", :collection => tag_details.sort %>
   </table>