mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
chore: update prompt hint
This commit is contained in:
parent
1577ce400e
commit
faa7623411
2 changed files with 3 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ pub fn select_candidate(data: &mut Data) {
|
|||
let confirm = format!("[{}]", t!("confirm-yes")).green();
|
||||
let hint = format!(
|
||||
"{} {} {}",
|
||||
"[↓/↑] / [j/k]".blue(),
|
||||
"[↓/↑]".blue(),
|
||||
confirm,
|
||||
"[Ctrl+C]".red()
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue