From 8275f2aa9a74ca12a7d1241aa9bb688c6b1c0723 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 24 Feb 2019 14:30:29 -0500 Subject: [PATCH] #396: update registration form --- src/components/registration/registration.vue | 12 ++++++++---- src/i18n/en.json | 4 ++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index f428ead3..30096c54 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -9,7 +9,7 @@
- +
    @@ -21,7 +21,7 @@
    - +
      @@ -44,8 +44,8 @@
    - - + +
    @@ -139,6 +139,10 @@ $validations-cRed: #f04124; flex-direction: column; } + textarea { + min-height: 100px; + } + .form-group { display: flex; flex-direction: column; diff --git a/src/i18n/en.json b/src/i18n/en.json index 518e8e0e..957ba0bc 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -92,6 +92,10 @@ "token": "Invite token", "captcha": "CAPTCHA", "new_captcha": "Click the image to get a new captcha", + "optional": "optional", + "username_placeholder": "e.g. lain", + "fullname_placeholder": "e.g. Lain Iwakura", + "bio_placeholder": "e.g.\nHi, I'm Lain\nI’m an anime girl living in suburban Japan. You may know me from the Wired.", "validations": { "username_required": "cannot be left blank", "fullname_required": "cannot be left blank",