This commit is contained in:
Laurent Destailleur 2021-07-06 11:58:05 +02:00
parent b4b939e1a9
commit ab14a07064

View File

@ -145,7 +145,7 @@ if (count($dataseries) > ($KEEPNFIRST + 1)) {
continue;
}
// Here $key = $KEEPNFIRST
$dataseries[$KEEPNFIRST][0] = $langs->trans("Other").'...';
$dataseries[$KEEPNFIRST][0] = $langs->trans("Others").'...';
if ($key == $KEEPNFIRST) {
$i++;
continue;