mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
diagnostics: Fix typo in toolbar controls (#49779)
Release Notes: - Fixed typo in stop diagnostics update tooltip.
This commit is contained in:
parent
21ac361663
commit
9e0c5f42a9
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ impl Render for ToolbarControls {
|
|||
.icon_color(Color::Error)
|
||||
.icon_size(IconSize::Small)
|
||||
.tooltip(Tooltip::for_action_title(
|
||||
"Stop Siagnostics Update",
|
||||
"Stop Diagnostics Update",
|
||||
&ToggleDiagnosticsRefresh,
|
||||
))
|
||||
.on_click(cx.listener(move |toolbar_controls, _, _, cx| {
|
||||
|
|
|
|||
Loading…
Reference in a new issue