]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/not_found.html.erb
Merged 17047 from trunk.
[rails.git] / app / views / browse / not_found.html.erb
index 743ab0c8e0bb6543e427a1c99065b1f63c218649..f536ef9ffea74b30bf766c51d28d7aa0dcf51c9e 100644 (file)
@@ -3,6 +3,7 @@
     'node' => I18n.t('browse.not_found.type.node'),
     'way' => I18n.t('browse.not_found.type.way'),
     'relation' => I18n.t('browse.not_found.type.relation'),
+    'changeset' => I18n.t('browse.not_found.type.changeset'),
   };
 %>
 <p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>