summaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/js/filesplugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/js/filesplugin.js b/apps/comments/js/filesplugin.js
index ec201d1d3f7..cc419c18ddb 100644
--- a/apps/comments/js/filesplugin.js
+++ b/apps/comments/js/filesplugin.js
@@ -39,7 +39,7 @@
}
return this._commentsUnreadTemplate({
count: count,
- countMessage: t('comments', '{count} unread comments', {count: count}),
+ countMessage: n('comments', '%n unread comment', '%n unread comments', count),
iconUrl: OC.imagePath('core', 'actions/comment')
});
},