Sfoglia il codice sorgente

Add exception lang file

Daniel Supernault 5 anni fa
parent
commit
aa1f74efbc
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11 0
      resources/lang/en/exception.php

+ 11 - 0
resources/lang/en/exception.php

@@ -0,0 +1,11 @@
+<?php
+
+return [
+
+	'compose' => [
+		'invalid' => [
+			'album' => 'Must contain a single photo or video or multiple photos.',
+		],
+	],
+
+];