X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5d07b6d76c9488334608d3db57c5bc79bb6d177d..76bc5eba0617e36ebb853d24212543d0e1d4904d:/app/views/browse/not_found.html.erb?ds=sidebyside diff --git a/app/views/browse/not_found.html.erb b/app/views/browse/not_found.html.erb index f536ef9ff..5fe22a68a 100644 --- a/app/views/browse/not_found.html.erb +++ b/app/views/browse/not_found.html.erb @@ -1,9 +1,12 @@ <% browse_not_found_type = { - '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'), + 'node' => I18n.t('.type.node'), + 'way' => I18n.t('.type.way'), + 'relation' => I18n.t('.type.relation'), + 'changeset' => I18n.t('.type.changeset'), }; %> -

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

+ +

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