1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-28 10:46:49 +00:00
pixelfed/resources/lang/de/exception.php

12 lines
130 B
PHP
Raw Normal View History

2021-09-05 19:19:35 +00:00
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
],
],
];