]> git.openstreetmap.org Git - rails.git/commitdiff
Fix a missing translation
authorTom Hughes <tom@compton.nu>
Thu, 23 Jul 2015 13:23:23 +0000 (14:23 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 23 Jul 2015 13:23:23 +0000 (14:23 +0100)
app/views/notes/_note.rss.builder

index 596b2f3c0fb2588b340f8d5fb0b44a8ca189a4f1..a095b636d9ed45a8bf907a7731f140597168e36f 100644 (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