aboutsummaryrefslogtreecommitdiff
path: root/lib/todos.ml
diff options
context:
space:
mode:
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 e5b0084..51b878f 100644
--- a/lib/todos.ml
+++ b/lib/todos.ml
@@ -92,7 +92,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_todo tag () |> Grep.parse_todo_string in