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

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-02-11 15:43:58 -05:00 committed by GitHub
parent 2d71733490
commit b3814ce4e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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