Improve error messages

This commit is contained in:
rinpatch 2018-12-08 22:36:54 +01:00
parent 788383d8a1
commit f69331e49d
3 changed files with 7 additions and 6 deletions

View file

@ -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"
},