Skip to content

Commit

Permalink
fix: evaluator title not activate
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Apr 16, 2021
1 parent 523b36b commit 7e0805e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/digiriskdolibarr_digiriskelement.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ function digiriskelementPrepareHead($object)
$h++;

$head[$h][0] = dol_buildpath("/digiriskdolibarr/digiriskelement_evaluator.php", 1) . '?id=' . $object->id;
$head[$h][1] = $langs->trans("RiskEvaluator");
$head[$h][2] = 'elementRiskEvaluator';
$head[$h][1] = $langs->trans("Evaluator");
$head[$h][2] = 'elementEvaluator';
$h++;

$head[$h][0] = dol_buildpath("/digiriskdolibarr/digiriskelement_risksign.php", 1) . '?id=' . $object->id;
Expand Down

0 comments on commit 7e0805e

Please sign in to comment.