aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordave <starpumadev@gmail.com>2019-02-24 15:44:06 -0500
committerdave <starpumadev@gmail.com>2019-02-24 15:44:06 -0500
commit20c68d33eb7969cd5c089f092e1b6d442c22579d (patch)
treeee53219f102fce58f9ebe8e05528faa262de102d /src
parent8275f2aa9a74ca12a7d1241aa9bb688c6b1c0723 (diff)
#396: update en.json
Diffstat (limited to 'src')
-rw-r--r--src/components/registration/registration.vue2
-rw-r--r--src/i18n/en.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index 30096c54..e22b308d 100644
--- a/src/components/registration/registration.vue
+++ b/src/components/registration/registration.vue
@@ -44,7 +44,7 @@
</div>
<div class='form-group'>
- <label class='form--label' for='bio'>{{$t('registration.bio')}} ({{$t('registration.optional')}})</label>
+ <label class='form--label' for='bio'>{{$t('registration.bio')}} ({{$t('general.optional')}})</label>
<textarea :disabled="isPending" v-model='user.bio' class='form-control' id='bio' :placeholder="$t('registration.bio_placeholder')"></textarea>
</div>
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 957ba0bc..64753f1d 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -19,7 +19,8 @@
"apply": "Apply",
"submit": "Submit",
"more": "More",
- "generic_error": "An error occured"
+ "generic_error": "An error occured",
+ "optional": "optional"
},
"image_cropper": {
"crop_picture": "Crop picture",
@@ -92,7 +93,6 @@
"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.",