From 71bc7d2e89bbc62083e4acb1789e0880fcd786aa Mon Sep 17 00:00:00 2001 From: scossar Date: Sun, 4 Oct 2015 10:49:58 -0700 Subject: [PATCH] fix typo --- .../discourse/templates/components/category-unread.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/components/category-unread.hbs b/app/assets/javascripts/discourse/templates/components/category-unread.hbs index 7cdd8913c4d..a6a2251691d 100644 --- a/app/assets/javascripts/discourse/templates/components/category-unread.hbs +++ b/app/assets/javascripts/discourse/templates/components/category-unread.hbs @@ -2,5 +2,5 @@ {{i18n 'filters.unread.lower_title_with_count' count=category.unreadTopics}} {{/if}} {{#if category.newTopics}} - {{i18n 'filters.new.lower_title_with_count' count=category.newTopics}} + {{i18n 'filters.new.lower_title_with_count' count=category.newTopics}} {{/if}}