From ab14a070644252678ba845785bffa0e07bfc8622 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Jul 2021 11:58:05 +0200 Subject: [PATCH] Trans --- htdocs/expensereport/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;