aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json3
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"
},