X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5f8ab9e9244550b20b8d3bd97b3567df7020d06d..c372f6cc18cd8353fdd926722c10aa308bd98790:/app/views/browse/relation_history.rhtml diff --git a/app/views/browse/relation_history.rhtml b/app/views/browse/relation_history.rhtml index 60e0ffd17..45f3d1400 100644 --- a/app/views/browse/relation_history.rhtml +++ b/app/views/browse/relation_history.rhtml @@ -1,4 +1,8 @@ -

Relation History: <%= h(@name) %>

+<% +@name = printable_name @relation +@title = t('browse.relation_history.relation_history') + ' | ' + @name +%> +

<%= t'browse.relation_history.relation_history_title', :relation_name => h(@name) %>