X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c4ec50d437e52ccd831b6fb2e43baa5cf255fd1a..refs/pull/5689/head:/lang/en/validation.php diff --git a/lang/en/validation.php b/lang/en/validation.php index 9cf5d78b6..d9b982d1e 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -106,7 +106,9 @@ return [ 'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.', 'zip_file' => 'The :attribute needs to reference a file within the ZIP.', - 'zip_model_expected' => 'Data object expected but ":type" found', + 'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.', + 'zip_model_expected' => 'Data object expected but ":type" found.', + 'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.', // Custom validation lines 'custom' => [