diff --git a/app/assets/javascripts/discourse/templates/header.hbs b/app/assets/javascripts/discourse/templates/header.hbs index ae0ec11d40b..2c11cae568e 100644 --- a/app/assets/javascripts/discourse/templates/header.hbs +++ b/app/assets/javascripts/discourse/templates/header.hbs @@ -45,10 +45,10 @@ loginAction="showLogin" title="user.avatar.header_title"}} {{#if currentUser.unread_notifications}} - {{currentUser.unread_notifications}} + {{currentUser.unread_notifications}} {{/if}} {{#if currentUser.unread_private_messages}} - {{currentUser.unread_private_messages}} + {{currentUser.unread_private_messages}} {{/if}} {{/header-dropdown}} {{/if}}