diff options
Diffstat (limited to 'lib/headlines.ml')
-rw-r--r-- | lib/headlines.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/headlines.ml b/lib/headlines.ml index ea6664f..4f905fd 100644 --- a/lib/headlines.ml +++ b/lib/headlines.ml @@ -104,7 +104,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_headlines tag () |> Grep.parse_headlines in |