Skip to content

Commit

Permalink
fix translation domain
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jun 20, 2019
1 parent ea5b1f4 commit 74387cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -159,7 +159,7 @@ private function getFileUploadError($errorCode)
}

if (null !== $this->translator) {
$message = $this->translator->trans($messageTemplate, $messageParameters);
$message = $this->translator->trans($messageTemplate, $messageParameters, 'validators');
} else {
$message = strtr($messageTemplate, $messageParameters);
}
Expand Down

0 comments on commit 74387cf

Please sign in to comment.