Skip to content
Snippets Groups Projects
Commit c2654fa7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Bad translation. Must use a different string than products

parent 065b30f0
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ function project_prepare_head($object)
|| ! empty($conf->ficheinter->enabled) || ! empty($conf->agenda->enabled) || ! empty($conf->deplacement->enabled))
{
$head[$h][0] = DOL_URL_ROOT.'/projet/element.php?id='.$object->id;
$head[$h][1] = $langs->trans("Referers");
$head[$h][1] = $langs->trans("ProjectReferers");
$head[$h][2] = 'element';
$h++;
}
......
......@@ -105,3 +105,4 @@ TypeContact_project_task_internal_CONTRIBUTOR=Contributor
TypeContact_project_task_external_CONTRIBUTOR=Contributor
# Documents models
DocumentModelBaleine=A complete project's report model (logo...)
ProjectReferers=Refering objects
\ No newline at end of file
......@@ -107,3 +107,4 @@ TypeContact_project_task_external_CONTRIBUTOR=Intervenant
DocumentModelBaleine=Modèle de rapport de projet complet (logo...)
SelectElement=Eléments associable au projet :
AddElement=Associer
ProjectReferers=Objets associés
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment