Fix language key (#31726)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
Alexandre SPANGARO
2024-11-08 02:48:37 +01:00
committed by GitHub
parent 54c2335e0b
commit 4cc154293e

View File

@@ -529,7 +529,7 @@ if ($mode == 'feature') {
if (isset($objMod->module_parts) && isset($objMod->module_parts['triggers']) && $objMod->module_parts['triggers']) {
$yesno = 'Yes';
} else {
$yesno = '<span class="opacitymedium">No</span>';
$yesno = '<span class="opacitymedium">'.$langs->trans("No").'</span>';
}
require_once DOL_DOCUMENT_ROOT.'/core/class/interfaces.class.php';
$interfaces = new Interfaces($db);