diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 84c4a411aff..7097436caa7 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -99,7 +99,7 @@ if ($action=='delete_action') /* - * Affichage liste + * View */ llxHeader(); diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index 126ca63cf26..d58d53e2063 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -200,7 +200,7 @@ if ($resql) print $form->select_users($filtera,'userasked',1,'',!$canedit); print ''; print ''; - print img_picto($langs->trans("ViewList"),'object_list').' '; + print img_picto($langs->trans("ViewList"),'object_list').' '; print '
'; print '
'; print img_picto($langs->trans("ViewCal"),'object_calendar').' ';