diff --git a/Classes/Domain/Service/ValidationService.php b/Classes/Domain/Service/ValidationService.php index 60c7bd3bc..53fd3d6fb 100644 --- a/Classes/Domain/Service/ValidationService.php +++ b/Classes/Domain/Service/ValidationService.php @@ -34,7 +34,7 @@ public function doServersideValidation(User $user, ServerRequestInterface $reque foreach ($errors as $error) { $validationErrors[] = GeneralUtility::makeInstance( FlashMessage::class, - LocalizationUtility::translate('validationErrorUniqueDb', 'femanager', $error->getArguments()), + LocalizationUtility::translate($error['message'], 'femanager', $error->getArguments()), $error->getTitle(), ContextualFeedbackSeverity::ERROR, );