fix UI strings
This commit is contained in:
parent
d311629238
commit
83cb1086c1
@ -57,8 +57,9 @@ EmailRecruiter=Email recruiter
|
||||
ToUseAGenericEmail=To use a generic email. If not defined, the email of the responsible of recruitment will be used
|
||||
NewCandidature=New application
|
||||
ListOfCandidatures=List of applications
|
||||
RequestedRemuneration=Requested remuneration
|
||||
ProposedRemuneration=Proposed remuneration
|
||||
Remuneration=Salary
|
||||
RequestedRemuneration=Requested salary
|
||||
ProposedRemuneration=Proposed salary
|
||||
ContractProposed=Contract proposed
|
||||
ContractSigned=Contract signed
|
||||
ContractRefused=Contract refused
|
||||
|
||||
@ -42,7 +42,7 @@ function recruitmentjobpositionPrepareHead($object)
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = dol_buildpath("/recruitment/recruitmentcandidature_list.php", 1).'?id='.$object->id;
|
||||
$head[$h][1] = $langs->trans("Candidatures");
|
||||
$head[$h][1] = $langs->trans("RecruitmentCandidatures");
|
||||
$sql = "SELECT COUNT(rowid) as nb FROM ".MAIN_DB_PREFIX."recruitment_recruitmentcandidature WHERE fk_recruitmentjobposition = ".((int) $object->id);
|
||||
$resql = $db->query($sql);
|
||||
if ($resql) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user