Moved a string of English text that will require translation from the HTML template to the locale I18N file.
<tr>
<td style="text-align: center; font-size: 11px">
<p>
- To unsubscribe from updates to this changeset, visit
- <nobr><a style="color: #222" href="<%= @changeset_url %>"><%= @changeset_url %></a></nobr>
- and click 'Unsubscribe'
+ <%= t 'notifier.changeset_comment_notification.unsubscribe_html', :url => @changeset_url %>
</p>
<p style="margin-bottom: 10px">
<a href="https://www.openstreetmap.org/" target="_blank" style="color: #222">OpenStreetMap.org</a>
details: "More details about the changeset can be found at %{url}."
details_html: 'More details about the changeset can be found at
<nobr>%{url}</nobr>.'
+ unsubscribe_html: 'To unsubscribe from updates to this changeset,
+ visit <nobr><a style="color: #222" href="%{url}">%{url}</a></nobr>
+ and click "Unsubscribe".'
message:
inbox:
title: "Inbox"