diff --git a/htdocs/holiday/define_holiday.php b/htdocs/holiday/define_holiday.php
index 217cb16bad1..fa3f745de81 100644
--- a/htdocs/holiday/define_holiday.php
+++ b/htdocs/holiday/define_holiday.php
@@ -144,17 +144,14 @@ if($cp_events == 1)
print '
';
}
-dol_fiche_head();
-
print '
';
-dol_fiche_end();
-
-
llxFooter();
$db->close();
diff --git a/htdocs/langs/en_US/holiday.lang b/htdocs/langs/en_US/holiday.lang
index 698d34eb539..f5b87fefb08 100644
--- a/htdocs/langs/en_US/holiday.lang
+++ b/htdocs/langs/en_US/holiday.lang
@@ -48,7 +48,6 @@ ConfirmDeleteCP=Confirm the deletion of this leave request?
ErrorCantDeleteCP=Error you don't have the right to delete this leave request.
CantCreateCP=You don't have the right to make leave requests.
InvalidValidatorCP=You must choose an approbator to your leave request.
-UpdateButtonCP=Update
CantUpdate=You cannot update this leave request.
NoDateDebut=You must select a start date.
NoDateFin=You must select an end date.