X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/97aefa23d0606edaee71d04cf6c1a2006689b1fa..90f6dac51ebaee0ac720540c25b79d5b865896e6:/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) %>