aboutsummaryrefslogtreecommitdiff
path: root/lib/done.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/done.ml')
-rw-r--r--lib/done.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/done.ml b/lib/done.ml
index aaf819d..a8b4750 100644
--- a/lib/done.ml
+++ b/lib/done.ml
@@ -14,7 +14,7 @@ type state =
; output : string option
}
-let title = I.strf ~attr:A.(st bold) "%s" "Done View" |> I.pad ~l:0 ~t:0
+let title = I.strf ~attr:A.(st bold) "%s" "Done" |> I.pad ~l:0 ~t:0
let content_start = 2
let init ~goto_todo ~goto_headlines =