fix: user name validation message #432
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
위와 같이 회원가입할 때 알파벳 소문자만 가능하다라는 안내가 없어 클론해서 받아보고 대문자가 안된다는 걸 알았습니다. 다른 분들도 혹시나 저처럼 이유를 몰라 가입을 포기할 수도있지 않을까? 라는 생각에 오픈소스 일 것 같아서 찾아보고 PR 올립니다.
username validation 메세지의 "알파벳" 이란 단어를 "알파벳 소문자" 로 변경했습니다.