From b9a676a1c1a1f429bdbafe1bb951ce8f26796d42 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 9 Apr 2018 17:09:57 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E5=90=8D?= =?UTF-8?q?=E3=81=AE=E5=B0=91=E3=81=AA=E3=81=8F=E3=81=A8=E3=82=823?= =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BB=A5=E4=B8=8A=E3=81=A8=E3=81=84=E3=81=86?= =?UTF-8?q?=E5=88=B6=E9=99=90=E3=82=92=E6=92=A4=E5=BB=83?= 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 84694e3c7..4d4c85362 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 8d0b16cab..30fe7b7ad 100644 --- a/src/client/app/common/views/components/signup.vue +++ b/src/client/app/common/views/components/signup.vue @@ -2,7 +2,7 @@