Use correct translation for new notes in RSS feed
This commit is contained in:
parent
4dceacdeba
commit
6886a149b2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue