diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-26 23:58:55 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-26 23:58:55 +0300 |
| commit | a8e013bd6517edb3a81eb5001e6ab948cb87bedb (patch) | |
| tree | 9abf82352db8b6185471b44d1f21dc33e57880b9 /src/i18n | |
| parent | 5187b37aca4d6ca177c254f999e6acb637db5532 (diff) | |
Move modal frame parts away from modal-content into modal, improve error handling
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index e3dc75d7..062af2c7 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -59,8 +59,10 @@ "apply": "Apply", "submit": "Submit", "more": "More", + "loading": "Loading…", "generic_error": "An error occured", "error_retry": "Please try again", + "retry": "Try again", "optional": "optional", "show_more": "Show more", "show_less": "Show less", |
