<p>In config/locales/en.yml:</p>
<pre style='color:#555'>> @@ -179,7 +182,7 @@ en:
>        view_details: "View details"
>      node:
>        node: "Node"
> -      node_title: "Node: %{node_name}"
> +      node_title: "%{node_name}"
</pre>
<p>This is now a noop translation -- since it does nothing but interpolate the parameter, you may as well use the parameter directly rather than going through <code>t</code>. Same with the relation and way equivalents below.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/487/files#r6579035'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpkNM6KDQK5cHTDblVaHAo_QaQFA5dP3i3Aw_jRBWYhj8.gif' height='1' width='1'></p>