Fix a missing translation

This commit is contained in:
Tom Hughes 2015-07-23 14:23:23 +01:00
parent 619db2e89c
commit a34935df9b

View file

@ -4,7 +4,7 @@ xml.item do
if note.closed?
xml.title t('note.rss.closed', :place => location)
elsif note.comments.length > 1
xml.title t('note.rss.comment', :place => location)
xml.title t('note.rss.commented', :place => location)
else
xml.title t('note.rss.opened', :place => location)
end