Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2023-03-24 13:54:55 +01:00
commit 05f709c54f

View File

@ -2861,7 +2861,7 @@ class EmailCollector extends CommonObject
$result = $candidaturetocreate->create($user);
if ($result <= 0) {
$errorforactions++;
$this->error = 'Failed to create ticket: '.join(', ', $candidaturetocreate->errors);
$this->error = 'Failed to create candidature: '.join(', ', $candidaturetocreate->errors);
$this->errors = $candidaturetocreate->errors;
}