change image translation domain

This commit is contained in:
Manuel Raynaud
2014-04-30 14:25:17 +02:00
parent 171d388c41
commit 2ce1c79653

View File

@@ -78,7 +78,7 @@ class FileController extends BaseAdminController
->trans(
'File is too heavy, please retry with a file having a size less than %size%.',
array('%size%' => ini_get('upload_max_filesize')),
'image'
'core'
);
return new ResponseRest($message, 'text', 403);