chore: package install hint and i18n

This commit is contained in:
iff 2025-02-12 18:34:15 +01:00
parent f13cb39087
commit 737440869c
2 changed files with 8 additions and 8 deletions

View file

@ -153,7 +153,7 @@ pub fn cnf(data: &mut Data) {
let msg = format!("{}:", t!("install-package")).bold().blue();
let confirm = format!("[{}]", t!("confirm-yes")).green();
let hint = format!("{} {} {}", "[↑/↓]".blue(), confirm, "[Ctrl+C]".red());
let hint = format!("{} {} {}", "[↑/↓/j/k]".blue(), confirm, "[ESC]".red());
eprintln!("{}", msg);
eprintln!("{}", hint);
let package = Select::new("\n", packages)