updated the input box title.

This commit is contained in:
2026-05-20 13:35:37 -05:00
parent a907de8ff3
commit 08649e9fa1
+1 -1
View File
@@ -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]);