Merge pull request #2914 from forenta/patch-1

Created localized exception.php (DE)
This commit is contained in:
daniel 2021-09-10 21:20:22 -06:00 committed by GitHub
commit df972ea157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
],
],
];