X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..2b4f8e92c969a5508b73ae7af45811a118fda6b1:/app/views/browse/not_found.html.erb diff --git a/app/views/browse/not_found.html.erb b/app/views/browse/not_found.html.erb index 743ab0c8e..a8974b474 100644 --- a/app/views/browse/not_found.html.erb +++ b/app/views/browse/not_found.html.erb @@ -3,6 +3,10 @@ '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'), }; %> -

<%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %>

+ +

+ + <%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %>