diff --git a/src/funcs.rs b/src/funcs.rs index 7709dcc..126608d 100644 --- a/src/funcs.rs +++ b/src/funcs.rs @@ -123,7 +123,7 @@ pub fn run_tui( let input_paragraph = Paragraph::new(state.curent_intput.as_str()).block( Block::default() .borders(Borders::ALL) - .title(" Execute Command (Press Enter) "), + .title(" What is thy bidding, my master? "), ); f.render_widget(input_paragraph, main_chunks[1]);