From 6ee17022c06ba3a0ac98a0d01e87902037115566 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Oct 2019 11:33:43 +0200 Subject: [PATCH] Fix bad key for type of contact of resources --- htdocs/admin/dict.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index ee90a0638fb..e92cc80a08e 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -563,7 +563,7 @@ if ($id == 11) 'project' => $langs->trans('Project'), 'project_task' => $langs->trans('Task'), 'agenda' => $langs->trans('Agenda'), - 'resource' => $langs->trans('Resource'), + 'dolresource' => $langs->trans('Resource'), // old deprecated 'propal' => $langs->trans('Proposal'), 'commande' => $langs->trans('Order'),