mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: futureStats plural
This commit is contained in:
parent
fb0c1350d4
commit
eeaafb4b26
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue