forked from Wavyzz/dolibarr
Translation missing
This commit is contained in:
@@ -1523,7 +1523,7 @@ class EmailCollector extends CommonObject
|
||||
|
||||
$description = $descriptiontitle = $descriptionmeta = $descriptionfull = '';
|
||||
|
||||
$descriptiontitle = $langs->trans("RecordCreatedByEmailCollector", $msgid);
|
||||
$descriptiontitle = $langs->trans("RecordCreatedByEmailCollector", $this->ref, $msgid);
|
||||
|
||||
$descriptionmeta = dol_concatdesc($descriptionmeta, $langs->trans("MailTopic").' : '.dol_escape_htmltag($subject));
|
||||
$descriptionmeta = dol_concatdesc($descriptionmeta, $langs->trans("MailFrom").($langs->trans("MailFrom") != 'From' ? ' (From)' : '').' : '.dol_escape_htmltag($fromstring));
|
||||
|
||||
@@ -172,3 +172,4 @@ Unanswered=Unanswered
|
||||
Answered=Answered
|
||||
IsNotAnAnswer=Is not answer (initial email)
|
||||
IsAnAnswer=Is an answer of an initial email
|
||||
RecordCreatedByEmailCollector=Record created by the Email Collector %s from email %s
|
||||
Reference in New Issue
Block a user