diff --git a/include/branches.inc b/include/branches.inc index 2445f8647d..4c13321f29 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -56,7 +56,7 @@ function format_interval($from, $to) { } elseif ($diff->d) { $times[] = array($diff->d,'day'); } else { - $eolPeriod = 'today'; + $eolPeriod = 'last day'; } if ($times) { $eolPeriod = implode(', ',