Fix a missing translation
This commit is contained in:
parent
619db2e89c
commit
a34935df9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue