Merge pull request #24334 from frederic34/patch-4

typo
This commit is contained in:
Laurent Destailleur 2023-03-24 11:35:18 +01:00 committed by GitHub
commit 684cb71d1c
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;
}