Skip to content

Commit 7cbac54

Browse files
committed
✏️ change nb of connection text
1 parent 5aa8798 commit 7cbac54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/hosts_widget.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl HostsWidget {
3737
}
3838

3939
fn create_header() -> Row<'static> {
40-
let header_cells = ["Host", "Last Used", "Nb Connection"]
40+
let header_cells = ["Host", "Last Used", "# of Conn"]
4141
.iter()
4242
.map(|h| Cell::from(*h).style(Style::default().fg(THEME.text_secondary())));
4343

0 commit comments

Comments
 (0)