Skip to content

Commit

Permalink
fix(ui): Esc -> Cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Jun 3, 2024
1 parent 2f48593 commit 256fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl ZellijPlugin for State {
None,
);

let help_text = "Help: <ENTER> - Confirm, <ESC> - Hide";
let help_text = "Help: <ENTER> - Confirm, <ESC> - Cancel";
let help_text_y_location = rows - 1;
let help_text_x_location = cols.saturating_sub(help_text.chars().count()) / 2;

Expand Down

0 comments on commit 256fa7e

Please sign in to comment.