From b9a676a1c1a1f429bdbafe1bb951ce8f26796d42 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 9 Apr 2018 17:09:57 +0900 Subject: ユーザー名の少なくとも3文字以上という制限を撤廃 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja.yml | 2 +- src/client/app/common/views/components/signup.vue | 2 +- src/client/app/dev/views/new-app.vue | 4 ++-- src/models/app.ts | 2 +- src/models/user.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/ja.yml b/locales/ja.yml index 84694e3c74..4d4c853625 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -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文字以上を推奨します" diff --git a/src/client/app/common/views/components/signup.vue b/src/client/app/common/views/components/signup.vue index 8d0b16cabd..30fe7b7ad0 100644 --- a/src/client/app/common/views/components/signup.vue +++ b/src/client/app/common/views/components/signup.vue @@ -2,7 +2,7 @@