diff options
| author | Rinpatch <rinpatch@sdf.org> | 2018-12-10 10:04:42 +0300 |
|---|---|---|
| committer | Rinpatch <rinpatch@sdf.org> | 2018-12-10 10:04:42 +0300 |
| commit | 88145c5934c08e3fcfac03c148c16299c3697109 (patch) | |
| tree | 4ce39af6d5c4defbd8ebffd7e17b197966d4d0f6 /src | |
| parent | 5c7a316df96ef81dde37d27a816616017192a415 (diff) | |
Add a space between filesizes
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 885974e4..ace0a315 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -53,7 +53,7 @@ "account_not_locked_warning_link": "locked", "attachments_sensitive": "Mark attachments as sensitive", "upload_error": "Upload failed.", - "upload_error_file_too_big": "File too big [{filesize}/{allowedsize}]", + "upload_error_file_too_big": "File too big [{filesize} / {allowedsize}]", "upload_error_generic": "Try again later", "content_type": { "plain_text": "Plain text" |
