summaryrefslogtreecommitdiff
path: root/templates/report.t
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@kesim.org>2024-11-28 19:10:57 +0100
committerÖzgür Kesim <oec@kesim.org>2024-11-28 19:10:57 +0100
commitfc8a1e02e8b741cef363d787a32d77a0e3bc36cd (patch)
treed8b5f43ec33a1b1ff8f9173b2d490a3d641dcb2e /templates/report.t
parent741ed439097053b45c3588085bc4394e0d95c8bb (diff)
lowercase todo
Diffstat (limited to 'templates/report.t')
-rw-r--r--templates/report.t2
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 }}