Use correct translation for new notes in RSS feed

This commit is contained in:
Tom Hughes 2015-07-23 13:50:28 +01:00
parent 4dceacdeba
commit 6886a149b2

View file

@ -6,7 +6,7 @@ xml.item do
elsif note.comments.length > 1 elsif note.comments.length > 1
xml.title t('note.rss.comment', :place => location) xml.title t('note.rss.comment', :place => location)
else else
xml.title t('note.rss.new', :place => location) xml.title t('note.rss.opened', :place => location)
end end
xml.link browse_note_url(note) xml.link browse_note_url(note)