Update terminal panel tooltip

This commit is contained in:
Joseph Lyons 2023-05-23 22:23:38 -04:00
parent ba7659fa77
commit e6857866d4

View file

@ -347,7 +347,7 @@ impl Panel for TerminalPanel {
}
fn icon_tooltip(&self) -> String {
"Terminals".to_string()
"Terminal Panel".into()
}
fn icon_label(&self, cx: &WindowContext) -> Option<String> {