Merge remote-tracking branch 'upstream/pull/5374'

This commit is contained in:
Tom Hughes 2024-12-04 18:59:21 +00:00
commit 0b97b6bc34
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<li><%= linked_name = link_to printable_element_name(containing_relation.relation), containing_relation.relation
<li><%= linked_name = link_to printable_element_name(containing_relation.relation), containing_relation.relation, :class => "relation"
if containing_relation.member_role.blank?
t ".entry_html", :relation_name => linked_name
linked_name
else
t ".entry_role_html", :relation_name => linked_name, :relation_role => containing_relation.member_role
end %>

View file

@ -356,8 +356,7 @@ en:
way: "Way"
relation: "Relation"
containing_relation:
entry_html: "Relation %{relation_name}"
entry_role_html: "Relation %{relation_name} (as %{relation_role})"
entry_role_html: "%{relation_name} (as %{relation_role})"
not_found:
title: Not Found
sorry: "Sorry, %{type} #%{id} could not be found."