Skip to content

Commit

Permalink
fix lang file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hystepik committed Oct 1, 2024
1 parent bc3b698 commit 539de9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/langs/en_US/recruitment.lang
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
Recruitment=Recruitment
ApplyJobCandidature=Apply for this job
ErrorRecruitmmentCandidatureAlreadyExists= Recruitment candidature already exists with email %s
RecruitementCandidatureSaved=Recruitement candidature successfully saved
RecruitmentCandidatureSaved=Recruitement candidature successfully saved
2 changes: 1 addition & 1 deletion htdocs/public/recruitment/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

if (!$error) {
$db->commit();
setEventMessages($langs->trans("RecruitementCandidatureSaved"), null);
setEventMessages($langs->trans("RecruitmentCandidatureSaved"), null);
header("Location: " . $backtopage);
exit;
} else {
Expand Down

0 comments on commit 539de9b

Please sign in to comment.