X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22292debda11f9940ed98faa5f9c01697d6bfcaa..857eeae8b2bbf4090822bfd5771fbfdbc0425867:/app/views/browse/relation_history.rhtml diff --git a/app/views/browse/relation_history.rhtml b/app/views/browse/relation_history.rhtml index f6a3811ab..45f3d1400 100644 --- a/app/views/browse/relation_history.rhtml +++ b/app/views/browse/relation_history.rhtml @@ -1,8 +1,8 @@ <% @name = printable_name @relation -@title = 'Relation History | ' + @name +@title = t('browse.relation_history.relation_history') + ' | ' + @name %> -

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

+

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