🐛 Bug: Contradictory Word Count Validation in "Introduce Yourself" Section
Description:
While registering on the Real Dev Squad website, I noticed a contradiction in the word limit for the "Introduce Yourself" text area.
- The placeholder says:
"We would love to know you in not more than 100 words"
- But the validation error says:
"At least, 100 more word(s) required"
This leads to confusion — is the word limit a minimum or a maximum?
Steps to Reproduce:
- Go to the registration page
- Scroll to the "Introduce Yourself" section
- Type less than 100 words
- Observe the validation error message
Expected Behavior:
- If the field expects at least 100 words, the placeholder text should reflect that.
- If it expects not more than 100 words, the validation logic needs to be corrected.
Screenshots:
Possible Labels:
bug, good first issue, UI/UX, form-validation
Happy to help fix this if needed! 🙂