From 6847e70a492f651ea14cdec1a87b520d1a2d5ece Mon Sep 17 00:00:00 2001 From: jared Date: Mon, 1 Apr 2019 12:58:23 -0400 Subject: #470 - update i18n --- src/i18n/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/i18n') 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", -- cgit v1.2.3-70-g09d2 From dee9ab7bda8edd28868d55d6738665022a53c1a0 Mon Sep 17 00:00:00 2001 From: jared Date: Mon, 1 Apr 2019 13:04:40 -0400 Subject: #470 - update button text capitalization --- src/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/i18n') diff --git a/src/i18n/en.json b/src/i18n/en.json index 32d634e8..baf3b28a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -21,8 +21,8 @@ "more": "More", "generic_error": "An error occured", "optional": "optional", - "show_more": "Show More", - "show_less": "Show Less" + "show_more": "Show more", + "show_less": "Show less" }, "image_cropper": { "crop_picture": "Crop picture", -- cgit v1.2.3-70-g09d2