diff --git a/htdocs/admin/modulehelp.php b/htdocs/admin/modulehelp.php index 762bb707a65c7..c097fa1e84385 100644 --- a/htdocs/admin/modulehelp.php +++ b/htdocs/admin/modulehelp.php @@ -529,7 +529,7 @@ if (isset($objMod->module_parts) && isset($objMod->module_parts['triggers']) && $objMod->module_parts['triggers']) { $yesno = 'Yes'; } else { - $yesno = 'No'; + $yesno = ''.$langs->trans("No").''; } require_once DOL_DOCUMENT_ROOT.'/core/class/interfaces.class.php'; $interfaces = new Interfaces($db);