diff --git a/resources/lang/en/exception.php b/resources/lang/en/exception.php new file mode 100644 index 000000000..c4eb63a10 --- /dev/null +++ b/resources/lang/en/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => 'Must contain a single photo or video or multiple photos.', + ], + ], + +]; \ No newline at end of file