X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4a9846b078c6a82d312cd6f3b9cac536dec1c00a..5bed2178231b783176551d21734d23b7a32f0d16:/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 a8974b474..5fe22a68a 100644 --- a/app/views/browse/not_found.html.erb +++ b/app/views/browse/not_found.html.erb @@ -1,12 +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] %>