diff options
Diffstat (limited to 'lib/todos.ml')
-rw-r--r-- | lib/todos.ml | 2 |
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 = |