mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
Update terminal panel tooltip
This commit is contained in:
parent
ba7659fa77
commit
e6857866d4
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue