diff --git a/app/assets/javascripts/discourse/templates/user/user.js.handlebars b/app/assets/javascripts/discourse/templates/user/user.js.handlebars index ae1527c0b41..b45b709edfa 100644 --- a/app/assets/javascripts/discourse/templates/user/user.js.handlebars +++ b/app/assets/javascripts/discourse/templates/user/user.js.handlebars @@ -45,7 +45,7 @@
  • {{#link-to 'userPrivateMessages.unread' model}} {{i18n user.messages.unread}} - {{#if hasUnreadPMs}}({{private_messages_stats.unread}}){{/if}} + {{#if hasUnreadPMs}}{{private_messages_stats.unread}}{{/if}} {{/link-to}}