diff --git a/htdocs/holiday/view_log.php b/htdocs/holiday/view_log.php
index 6ec1e01b71f..44d57e9860a 100644
--- a/htdocs/holiday/view_log.php
+++ b/htdocs/holiday/view_log.php
@@ -212,8 +212,7 @@ if ($lastUpdate)
print ''.dol_print_date($db->jdate($object->getConfCP('lastUpdate')), 'dayhour', 'tzuser').'';
print '
'.$langs->trans("MonthOfLastMonthlyUpdate").': '.$yearLastUpdate.'-'.$monthLastUpdate.''."\n";
}
-else
-{
+else {
print $langs->trans('None');
}
print "
\n";