From 8233d520c6e3c7005f5e590e732e26e265122c41 Mon Sep 17 00:00:00 2001 From: tiagom62 Date: Fri, 16 Sep 2016 19:18:33 -0400 Subject: [PATCH] Missing file formats (#2621) Missing allowed file formats zip and rar. Added rtf format pending PR 2614. --- resources/lang/en/admin/licenses/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/admin/licenses/message.php b/resources/lang/en/admin/licenses/message.php index ffc70bee0f..ae016bcdfe 100644 --- a/resources/lang/en/admin/licenses/message.php +++ b/resources/lang/en/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', ), 'update' => array(