From: Tom Hughes Date: Thu, 23 Jul 2015 12:50:28 +0000 (+0100) Subject: Use correct translation for new notes in RSS feed X-Git-Tag: live~4216 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6886a149b2dc15da8ecf319c59b056671e8be0af?ds=inline Use correct translation for new notes in RSS feed --- diff --git a/app/views/notes/_note.rss.builder b/app/views/notes/_note.rss.builder index 802f3bc81..596b2f3c0 100644 --- a/app/views/notes/_note.rss.builder +++ b/app/views/notes/_note.rss.builder @@ -6,7 +6,7 @@ xml.item do elsif note.comments.length > 1 xml.title t('note.rss.comment', :place => location) else - xml.title t('note.rss.new', :place => location) + xml.title t('note.rss.opened', :place => location) end xml.link browse_note_url(note)