Fix "Project Diff Opened" event name (#24686)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons
2025-02-11 20:43:58 +00:00
committed by GitHub
parent 2d71733490
commit b3814ce4e3
+1 -1
View File
@@ -407,7 +407,7 @@ impl Item for ProjectDiff {
}
fn telemetry_event_text(&self) -> Option<&'static str> {
Some("project diagnostics")
Some("Project Diff Opened")
}
fn as_searchable(&self, _: &Entity<Self>) -> Option<Box<dyn SearchableItemHandle>> {