mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add exception lang file
This commit is contained in:
parent
813ef12329
commit
aa1f74efbc
1 changed files with 11 additions and 0 deletions
11
resources/lang/en/exception.php
Normal file
11
resources/lang/en/exception.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'compose' => [
|
||||||
|
'invalid' => [
|
||||||
|
'album' => 'Must contain a single photo or video or multiple photos.',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in a new issue