diagnostics: Fix typo in toolbar controls (#49779)

Release Notes:

- Fixed typo in stop diagnostics update tooltip.
This commit is contained in:
Grant Azure 2026-02-20 20:46:34 -08:00 committed by GitHub
parent 21ac361663
commit 9e0c5f42a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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