]> git.openstreetmap.org Git - rails.git/commitdiff
Use correct translation for new notes in RSS feed
authorTom Hughes <tom@compton.nu>
Thu, 23 Jul 2015 12:50:28 +0000 (13:50 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 23 Jul 2015 12:50:28 +0000 (13:50 +0100)
app/views/notes/_note.rss.builder

index 802f3bc81b6b721aef82f81e67ab122cbe386502..596b2f3c0fb2588b340f8d5fb0b44a8ca189a4f1 100644 (file)
@@ -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)