From 6847e70a492f651ea14cdec1a87b520d1a2d5ece Mon Sep 17 00:00:00 2001 From: jared Date: Mon, 1 Apr 2019 12:58:23 -0400 Subject: [PATCH] #470 - update i18n --- src/components/status/status.vue | 10 +++++----- src/i18n/en.json | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/status/status.vue b/src/components/status/status.vue index b66c1c93..690e8318 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -98,16 +98,16 @@
- Show more + {{$t("general.show_more")}}
- Show less + {{$t("general.show_less")}}
- Show more + {{$t("general.show_more")}}
- Show more - Show less + {{$t("general.show_more")}} + {{$t("general.show_less")}}
diff --git a/src/i18n/en.json b/src/i18n/en.json index c501c6a7..32d634e8 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -20,7 +20,9 @@ "submit": "Submit", "more": "More", "generic_error": "An error occured", - "optional": "optional" + "optional": "optional", + "show_more": "Show More", + "show_less": "Show Less" }, "image_cropper": { "crop_picture": "Crop picture",