Merge pull request #2179 from yvisherve/patch-2

Create exception.php for french language
pull/2159/head
daniel 5 years ago committed by GitHub
commit 535bcc2e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,10 @@
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Doit contenir une seule photo ou vidéo ou plusieurs photos.',
],
],
];
Loading…
Cancel
Save