1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00

Create exception.php

This commit is contained in:
Xose M 2020-11-21 18:19:57 +01:00 committed by GitHub
parent dfef49b0d9
commit 92700525d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Debe conter unha soa foto ou vídeo ou varias fotos.',
],
],
];