mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 06:44:50 +00:00
12 lines
130 B
PHP
12 lines
130 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'compose' => [
|
|
'invalid' => [
|
|
'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
|
|
],
|
|
],
|
|
|
|
];
|