Fix invalid json file

This commit is contained in:
Damian Mooyman 2017-04-05 15:44:49 +12:00
parent 837229a156
commit 8cbdfa4561
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@
"UploadField.TOOSMALL": "Filesize is too small",
"UploadField.UPLOADEDBYTES": "Uploaded bytes exceed file size",
"UploadField.Uploaded": "Uploaded",
"UploadField.WRITEFAILED": "Failed to write file to disk",
"UploadField.WRITEFAILED": "Failed to write file to disk"
}