Scratch-www: message has wrong link text

Created on 18 Aug 2018  路  5Comments  路  Source: LLK/scratch-www

_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)

Steps to Reproduce

Drag click the link for messages in the navbar

bug help wanted

Most helpful comment

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?

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings