fix missing translation (#30792)

* fix missing translation

* fix missing translation
This commit is contained in:
Frédéric FRANCE 2024-08-29 13:30:08 +02:00 committed by GitHub
parent 5947bea924
commit 20a718c284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -806,7 +806,6 @@ ShowRecruitmentCandidature
ShowRecruitmentJobPosition
ShowSearchFields
ShowSkill
ShowSkillRank
ShowSkilldet
ShowStockTransfer
ShowStockTransferLine
@ -819,8 +818,6 @@ SignatureOK
Siren
Situation
SizeUnit
SkillCreated
SkillRank
SmsTestSubstitutionReplacedByGenericValues
SomeShipmentExists
SourceType

View File

@ -267,7 +267,7 @@ class Skill extends CommonObject
if (!$error) {
$this->db->commit();
setEventMessage($langs->trans('SkillCreated'), $i);
setEventMessage($langs->trans('SkillCreated', $i));
return 1;
} else {
$this->db->rollback();

View File

@ -72,6 +72,9 @@ AddSkill=Add skills to job profile
RequiredSkills=Required skills for this job profile
UserRank=User Rank
SkillList=Skill list
SkillCreated=%s skills created
SkillRank=Skill rank
ShowSkillRank=Show skill rank
SaveRank=Save rank
TypeKnowHow=Know-how
TypeHowToBe=How to be