ユーザー名の少なくとも3文字以上という制限を撤廃

This commit is contained in:
syuilo 2018-04-09 17:09:57 +09:00
parent d90ad34924
commit b9a676a1c1
5 changed files with 6 additions and 6 deletions

View file

@ -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文字以上を推奨します"