mirror of https://github.com/pixelfed/pixelfed
Create exception.php
parent
dfef49b0d9
commit
92700525d5
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'compose' => [
|
||||||
|
'invalid' => [
|
||||||
|
'album' => 'Debe conter unha soa foto ou vídeo ou varias fotos.',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in New Issue