diff options
Diffstat (limited to 'templates/report.t')
-rw-r--r-- | templates/report.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/report.t b/templates/report.t index f2cc359..460a83d 100644 --- a/templates/report.t +++ b/templates/report.t @@ -12,7 +12,7 @@ Budgeted : {{ $totals.Budgeted }} Planned : {{ $totals.Planned }}{{with $totals.Unaccounted}} ! Open !: {{ . }}{{end}} Done : {{ $totals.Done }}{{ with $totals.Open }} - ! TODO !: {{ . }}{{end}} + ! Todo !: {{ . }}{{end}} {{ range .ParallelWPTotals }}{{.}} {{ end }} |