_Describe the problem. Please make sure you can reproduce the bug. It's also
helpful to include screenshots or animated gifs of the problem._
The link incorrectly displays the text. Instead of just "Messages" or "1 Message" or "2 Messages" it displays it as messagecount+Messages (example 0Messages or 1Messages)
Drag click the link for messages in the navbar

So, there is a space missing and the word 'messages' is always in plural.
yep
This is actually in a different repo and won't get worked on for now...
An awesome PR has been merged.
I might be wrong, but the issue of pluralisation for
- 1 Messages
+ 1 Message
might still be active. Is it worth keeping the issue open to further track it?
or...
it could be changed to
1 - Messages
instead of 1 Messages
basically save time and work
Most helpful comment
An awesome PR has been merged.
I might be wrong, but the issue of pluralisation for
might still be active. Is it worth keeping the issue open to further track it?