forked from mirror/pixelfed
Created localized exception.php (DE)
This commit is contained in:
parent
687030090f
commit
236559a4d9
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'compose' => [
|
||||||
|
'invalid' => [
|
||||||
|
'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in New Issue