diff options
| author | rinpatch <rinpatch@sdf.org> | 2018-12-08 22:36:54 +0100 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2018-12-08 22:36:54 +0100 |
| commit | f69331e49d19a26be27d1188f721703fe04a493d (patch) | |
| tree | e4cd6b4822bb5249ee7b1bf2977361a494ab4185 /src/i18n | |
| parent | 788383d8a1e10abe7f9848b95bf7eb284f1113cd (diff) | |
Improve error messages
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 93a24743..17c28c61 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -53,7 +53,8 @@ "account_not_locked_warning_link": "locked", "attachments_sensitive": "Mark attachments as sensitive", "upload_error": "Upload failed.", - "upload_error_file_too_big": "Upload failed. File too big", + "upload_error_file_too_big": "File too big [{filesize}/{allowedsize}]", + "upload_error_generic": "Try again later", "content_type": { "plain_text": "Plain text" }, |
