mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue