diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-03 12:02:37 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-03 12:02:37 +0200 |
| commit | 52c22e863e66cd165adb100af42b88f5bbb116f0 (patch) | |
| tree | f9230fb6f056b59140477775c9e232dc2ff453f1 /src/i18n | |
| parent | 3e6309ef94c72770dc83cc53fd05f66e69538bc7 (diff) | |
Fix setting report state, add proper error handling
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index cea2a12d..3bdd42e3 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -63,6 +63,7 @@ "more": "More", "loading": "Loading…", "generic_error": "An error occured", + "generic_error_message": "An error occured: {0}", "error_retry": "Please try again", "retry": "Try again", "optional": "optional", |
