This commit is contained in:
Frédéric FRANCE 2023-03-23 22:04:50 +01:00 committed by GitHub
parent cfdab87078
commit d270746614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}