ui improved

This commit is contained in:
2025-12-11 12:37:35 +08:00
parent bad299cea7
commit f0a9d2d988
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ pub fn ui(f: &mut Frame, app: &mut App) {
// Help text
let help_text = match app.input_mode {
InputMode::Normal => "Enter: Connect | m: Mosh | n: New | Shift+n: Copy ID | i: Edit | d: Delete | q: Quit | j/k: Up/Down",
InputMode::Normal => "Enter: SSH Connect | m: Mosh Connect | n: New | Shift+n: Copy ID | i: Edit | d: Delete | q: Quit",
InputMode::Adding(_) => "Enter: Save | Esc: Cancel | Tab: Next Field",
InputMode::Editing(_) => "Enter: Save | Esc: Cancel | Tab: Next Field",
};