diff options
| author | jared <jaredrmain@gmail.com> | 2019-04-01 13:04:40 -0400 |
|---|---|---|
| committer | jared <jaredrmain@gmail.com> | 2019-04-01 13:04:40 -0400 |
| commit | dee9ab7bda8edd28868d55d6738665022a53c1a0 (patch) | |
| tree | 895408dd06b5fd52edd5d2b6dcee1ad8de4ff7d8 | |
| parent | 487a194f6d83472c57588b6c8e46b52dd4d3e2f7 (diff) | |
#470 - update button text capitalization
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |
