aboutsummaryrefslogtreecommitdiff
path: root/lib/todos.ml
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-19 08:50:31 -0500
committerMarc Coquand <marc@mccd.space>2024-05-19 08:50:31 -0500
commitc3a52f259f3a3b70ab25fba98ab7450e0fa69e67 (patch)
tree24b4994f2d511d12a2381a2a208b99b9f190baad /lib/todos.ml
parent7a368aa5dc39bc3550675a82558513c58d9603bd (diff)
downloadstitch-c3a52f259f3a3b70ab25fba98ab7450e0fa69e67.tar.gz
stitch-c3a52f259f3a3b70ab25fba98ab7450e0fa69e67.tar.bz2
stitch-c3a52f259f3a3b70ab25fba98ab7450e0fa69e67.zip
Change headers for views
Diffstat (limited to 'lib/todos.ml')
-rw-r--r--lib/todos.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/todos.ml b/lib/todos.ml
index 6f8bef3..f657d6c 100644
--- a/lib/todos.ml
+++ b/lib/todos.ml
@@ -14,7 +14,7 @@ type state =
; tag : string
}
-let title = I.strf ~attr:A.(st bold) "%s" "Todo View" |> I.pad ~l:0 ~t:0
+let title = I.strf ~attr:A.(st bold) "%s" "Todo" |> I.pad ~l:0 ~t:0
let content_start = 2
let init ~goto_done ~goto_headlines =