Merge pull request #3835 from scossar/category-unread-typo
FIX: typo in category-unread.hbs
This commit is contained in:
commit
196954e355
|
@ -2,5 +2,5 @@
|
|||
<a href="{{unbound category.unreadUrl}}" class='badge new-posts badge-notification' title='{{i18n 'topic.unread_topics' count=category.unreadTopics}}'>{{i18n 'filters.unread.lower_title_with_count' count=category.unreadTopics}}</a>
|
||||
{{/if}}
|
||||
{{#if category.newTopics}}
|
||||
<a href="{{unbound category.newUrl}}" class='badge new-posts badge-notification' title='{{i18n 'topic.new_topics' count=ctegory.newTopics}}'>{{i18n 'filters.new.lower_title_with_count' count=category.newTopics}}</a>
|
||||
<a href="{{unbound category.newUrl}}" class='badge new-posts badge-notification' title='{{i18n 'topic.new_topics' count=category.newTopics}}'>{{i18n 'filters.new.lower_title_with_count' count=category.newTopics}}</a>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue