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 --- src/client/app/dev/views/new-app.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/app/dev') diff --git a/src/client/app/dev/views/new-app.vue b/src/client/app/dev/views/new-app.vue index 2317f24d48..a3d7af4b97 100644 --- a/src/client/app/dev/views/new-app.vue +++ b/src/client/app/dev/views/new-app.vue @@ -6,13 +6,13 @@ - +

%fa:spinner .pulse .fw%確認しています...

%fa:fw check%利用できます

%fa:fw exclamation-triangle%既に利用されています

%fa:fw exclamation-triangle%通信エラー

%fa:fw exclamation-triangle%a~z、A~Z、0~9、_が使えます

-

%fa:fw exclamation-triangle%3文字以上でお願いします!

+

%fa:fw exclamation-triangle%1文字以上でお願いします!

%fa:fw exclamation-triangle%30文字以内でお願いします

-- cgit v1.2.3-freya