diff --git a/langs/fr_FR/digiriskdolibarr.lang b/langs/fr_FR/digiriskdolibarr.lang
index a03909b14..bb8f470b8 100644
--- a/langs/fr_FR/digiriskdolibarr.lang
+++ b/langs/fr_FR/digiriskdolibarr.lang
@@ -1413,8 +1413,8 @@ TicketCreationMailSent = Le mail de création du ticket a été envoyé à %s
HowToSetupTicketCategories = Pour configurer les categories de ticket, veuillez cliquer sur ce lien :
ConfigTicketCategories = Congiguration des categories de ticket
NewTicketSubmitted = Un ticket a été soumis via l'interface publique
-
-
+ANewTicketHasBeenSubmitted = Un nouveau ticket a été créé via l'interface publique
+SeeTicketUrl = Voir le ticket :
# Ticket document
diff --git a/sql/data.sql b/sql/data.sql
index 42a251a8c..88c41700b 100644
--- a/sql/data.sql
+++ b/sql/data.sql
@@ -12,7 +12,7 @@ INSERT INTO llx_c_action_trigger (elementtype, code, label, description) VALUES
INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'digiriskdolibarr','preventionplan','',0,null,null,'(PreventionPlanSubject)',80,'$conf->digiriskdolibarr->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(PreventionPlanLabel)__ __REF__','__(Hello)__,
\n\n__(PreventionPlanContent)__
\n__(WithKindRegards)__,
\n\n__(QHSEService)__
__MYCOMPANY_NAME__
\n__MYCOMPANY_FULLADDRESS__
\n__MYCOMPANY_EMAIL__',null, 1);
INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'digiriskdolibarr','firepermit','',0,null,null,'(FirePermitSubject)',85,'$conf->digiriskdolibarr->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(FirePermitLabel)__ __REF__','__(Hello)__,
\n\n__(FirePermitContent)__
\n__(WithKindRegards)__,
\n\n__(QHSEService)__
__MYCOMPANY_NAME__
\n__MYCOMPANY_FULLADDRESS__
\n__MYCOMPANY_EMAIL__',null, 1);
INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'digiriskdolibarr','riskassessmentdocument','',0,null,null,'(RiskAssessmentDocumentSubject)',90,'$conf->digiriskdolibarr->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(RiskAssessmentDocumentLabel)__ __REF__','__(Hello)__,
\n\n__(RiskAssessmentDocumentContent)__
\n__(WithKindRegards)__,
\n\n__(QHSEService)__
__MYCOMPANY_NAME__
\n__MYCOMPANY_FULLADDRESS__
\n__MYCOMPANY_EMAIL__',null, 1);
-INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'ticket','ticketcreation','',0,null,null,'(TicketCreationSubject)',95,'$conf->digiriskdolibarr->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(NewTicketSubmitted)__ __REF__','__(Hello)__,
\n\n__(ANewTicketHasBeenSubmitted)__
\n__(WithKindRegards)__,
\n\n__(QHSEService)__
__MYCOMPANY_NAME__
\n__MYCOMPANY_FULLADDRESS__
\n__MYCOMPANY_EMAIL__',null, 1);
+INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'ticket','ticketcreation','',0,null,null,'(TicketCreationSubject)',95,'$conf->digiriskdolibarr->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(NewTicketSubmitted)__ __REF__','__(Hello)__,
\n\n__(ANewTicketHasBeenSubmitted)__
__(SeeTicketUrl)____DOL_MAIN_URL_ROOT__/ticket/card.php?id=__ID__
\n__(WithKindRegards)__,
\n\n__(QHSEService)__
__MYCOMPANY_NAME__
\n__MYCOMPANY_FULLADDRESS__
\n__MYCOMPANY_EMAIL__',null, 1);
INSERT INTO `llx_c_relative_location` (`rowid`, `entity`, `ref`, `label`, `description`, `active`) VALUES(1, 0, 'UsualWorkplace', 'UsualWorkplace', '', 1);
INSERT INTO `llx_c_relative_location` (`rowid`, `entity`, `ref`, `label`, `description`, `active`) VALUES(2, 0, 'OccasionalWorkplace', 'OccasionalWorkplace', '', 1);