diff --git a/src/plugins/events/EventInspectorViewProvider.js b/src/plugins/events/EventInspectorViewProvider.js
index 7850c69ae9..2616056f01 100644
--- a/src/plugins/events/EventInspectorViewProvider.js
+++ b/src/plugins/events/EventInspectorViewProvider.js
@@ -6,7 +6,7 @@ export default function EventInspectorViewProvider(openmct) {
   const TIMELINE_VIEW = 'time-strip.event.inspector';
   return {
     key: TIMELINE_VIEW,
-    name: 'Event',
+    name: 'Details',
     canView: function (selection) {
       if (selection.length === 0 || selection[0].length === 0) {
         return false;