diff options
Diffstat (limited to 'lib/done.ml')
-rw-r--r-- | lib/done.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/done.ml b/lib/done.ml index a7bfd61..acec094 100644 --- a/lib/done.ml +++ b/lib/done.ml @@ -80,7 +80,7 @@ let rec render let (input_state : Input_prompt.state) = { screen = img ; user_input = "" - ; prompt = "REGEXP: " + ; prompt = "REGEXP" ; on_enter = (fun tag -> let content = Grep.get_tagged_done tag () |> Grep.parse_todo_string in |