From aa1f74efbc28bb62907cdec3a6a84b1c231947bf Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 14 Dec 2019 21:27:42 -0700 Subject: [PATCH] Add exception lang file --- resources/lang/en/exception.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resources/lang/en/exception.php 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