ユーザー名の少なくとも3文字以上という制限を撤廃
This commit is contained in:
parent
d90ad34924
commit
b9a676a1c1
5 changed files with 6 additions and 6 deletions
|
@ -148,7 +148,7 @@ common:
|
|||
unavailable: "既に利用されています"
|
||||
error: "通信エラー"
|
||||
invalid-format: "a~z、A~Z、0~9、_が使えます"
|
||||
too-short: "3文字以上でお願いします!"
|
||||
too-short: "1文字以上でお願いします!"
|
||||
too-long: "20文字以内でお願いします"
|
||||
password: "パスワード"
|
||||
password-placeholder: "8文字以上を推奨します"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue