Skip to content

Commit

Permalink
Missing file formats (#2621)
Browse files Browse the repository at this point in the history
Missing allowed file formats zip and rar.

Added rtf format pending PR 2614.
  • Loading branch information
tiagom62 authored and snipe committed Sep 16, 2016
1 parent 06f174a commit 8233d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/admin/licenses/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'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(
Expand Down

0 comments on commit 8233d52

Please sign in to comment.