2
0
forked from Wavyzz/dolibarr

Merge pull request #25026 from Hystepik/develop#1

Fix : Wrong lang code modulebuilder
This commit is contained in:
Maxime Kohlhaas
2023-06-12 19:40:33 +02:00
committed by GitHub

View File

@@ -3339,7 +3339,7 @@ if ($module == 'initmodule') {
if ($h > 1) {
$head3[$h][0] = $_SERVER["PHP_SELF"].'?tab=objects&module='.$module.($forceddirread ? '@'.$dirread : '').'&tabobj=deleteobject';
$head3[$h][1] = img_picto('', 'delete', 'class="pictofixedwidth"').$langs->trans("Dangeddddddd|fffffffffffrZone");
$head3[$h][1] = img_picto('', 'delete', 'class="pictofixedwidth"').$langs->trans("DangerZone");
$head3[$h][2] = 'deleteobject';
$h++;
}