diff --git a/hugolib/site.go b/hugolib/site.go index c8e737a17..c23a5a582 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -2163,7 +2163,7 @@ func (s *Site) futureStats() string { case 1: msg = "1 future rendered" default: - msg = fmt.Sprintf("%d future rendered", s.futureCount) + msg = fmt.Sprintf("%d futures rendered", s.futureCount) } if viper.GetBool("BuildFuture") {