X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/68a3df4d53c84508bf443058040379c3a18eb1a7..68e55078ecfea0424507ed96e0dac38502768612:/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 a8974b474..47b299e03 100644 --- a/app/views/browse/not_found.html.erb +++ b/app/views/browse/not_found.html.erb @@ -1,12 +1,5 @@ -<% - 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'), - }; -%> +<% set_title(t(".title")) %> -