diff --git a/htdocs/expensereport/index.php b/htdocs/expensereport/index.php index 55818721de9..c350f3ae2b4 100644 --- a/htdocs/expensereport/index.php +++ b/htdocs/expensereport/index.php @@ -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;