Trans
This commit is contained in:
parent
b4b939e1a9
commit
ab14a07064
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user