Skip to content
Snippets Groups Projects
Commit 95c22509 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Title is same between calendar view and calendar list

parent 92ad6834
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment