diff options
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 |
commit | fc8a1e02e8b741cef363d787a32d77a0e3bc36cd (patch) | |
tree | d8b5f43ec33a1b1ff8f9173b2d490a3d641dcb2e /templates/report.t | |
parent | 741ed439097053b45c3588085bc4394e0d95c8bb (diff) |
lowercase todo
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 }} |