diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 66596ba399f..f5bd277182b 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -139,7 +139,7 @@ $lastdaytoshow=dol_mktime(0,0,0,$next_month,$next_day,$next_year); //print dol_print_date($firstdaytoshow,'day'); //print dol_print_date($lastdaytoshow,'day'); -$title=$langs->trans("Calendar"); +$title=$langs->trans("DoneAndToDoActions"); if ($status == 'done') $title=$langs->trans("DoneActions"); if ($status == 'todo') $title=$langs->trans("ToDoActions");