stendhal
stendhal copied to clipboard
Wrong text regarding to password requirement
🐞 Describe the bug
The text, which we see, is "Must be at least 6 letters.", and should be "Must be at least 6 characters.", because it is implemented requirement.
🔥 How to reproduce
Steps to reproduce the behavior:
- Go to Stendhal website.
- Click on 'Join'.
- Click on password input box.
- Click outside it.
- See the showed text.
🌍 Environment
- Web client
🛠️ Suggested fixes
Changing the text to "Must be at least 6 characters.
🔭 Additional information
"Letters" & "characters" are interchangeable in American English. But I do agree that "characters" sounds better.