Skip to content

Commit 56c0948

Browse files
authored
Use explicit tab name rather than hard-to-identify glyph (#142)
1 parent fa2c764 commit 56c0948

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/mode/station.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ impl Station {
766766
Span::from("ctrl+r").bold(),
767767
Span::from(" Switch Mode"),
768768
Span::from(" | "),
769-
Span::from("").bold(),
769+
Span::from("tab").bold(),
770770
Span::from(" Nav"),
771771
])],
772772
FocusedBlock::KnownNetworks => {
@@ -795,7 +795,7 @@ impl Station {
795795
Span::from("j,").bold(),
796796
Span::from(" Down"),
797797
Span::from(" | "),
798-
Span::from("").bold(),
798+
Span::from("tab").bold(),
799799
Span::from(" Nav"),
800800
Span::from(" | "),
801801
Span::from("ctrl+r").bold(),
@@ -836,7 +836,7 @@ impl Station {
836836
Span::from("ctrl+r").bold(),
837837
Span::from(" Switch Mode"),
838838
Span::from(" | "),
839-
Span::from("").bold(),
839+
Span::from("tab").bold(),
840840
Span::from(" Nav"),
841841
])]
842842
}
@@ -865,7 +865,7 @@ impl Station {
865865
Span::from("ctrl+r").bold(),
866866
Span::from(" Switch Mode"),
867867
Span::from(" | "),
868-
Span::from("").bold(),
868+
Span::from("tab").bold(),
869869
Span::from(" Nav"),
870870
]),
871871
]
@@ -892,7 +892,7 @@ impl Station {
892892
Span::from("ctrl+r").bold(),
893893
Span::from(" Switch Mode"),
894894
Span::from(" | "),
895-
Span::from("").bold(),
895+
Span::from("tab").bold(),
896896
Span::from(" Nav"),
897897
])]
898898
}
@@ -907,7 +907,7 @@ impl Station {
907907
Span::from(" ↵ ").bold(),
908908
Span::from(" Apply"),
909909
Span::from(" | "),
910-
Span::from("").bold(),
910+
Span::from("tab").bold(),
911911
Span::from(" Hide/Show password"),
912912
Span::from(" | "),
913913
Span::from("󱊷 ").bold(),
@@ -923,7 +923,7 @@ impl Station {
923923
Span::from("󱊷 ").bold(),
924924
Span::from(" Discard"),
925925
Span::from(" | "),
926-
Span::from("").bold(),
926+
Span::from("tab").bold(),
927927
Span::from(" Nav"),
928928
])],
929929
FocusedBlock::ConnectHiddenNetwork => {

0 commit comments

Comments
 (0)