Update terminal panel tooltip

Joseph Lyons created

Change summary

crates/terminal_view/src/terminal_panel.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/terminal_view/src/terminal_panel.rs 🔗

@@ -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> {