aboutsummaryrefslogtreecommitdiff
path: root/lib/help_screen.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/help_screen.ml')
-rw-r--r--lib/help_screen.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/help_screen.ml b/lib/help_screen.ml
index af744c4..d9082bf 100644
--- a/lib/help_screen.ml
+++ b/lib/help_screen.ml
@@ -4,7 +4,7 @@ open Notty
type state = { go_back : unit -> unit }
let render_info =
- let title = I.strf ~attr:A.(st bold) "%s" "Stitch" |> I.pad ~l:0 ~t:0 in
+ let title = I.strf ~attr:A.(st bold) "%s" "Stitch - About" |> I.pad ~l:0 ~t:0 in
let description =
I.strf
~attr:A.(st bold)