diff --git a/src/components/traces/results/tracesContainer.jsx b/src/components/traces/results/tracesContainer.jsx index d150e025..86d43f74 100644 --- a/src/components/traces/results/tracesContainer.jsx +++ b/src/components/traces/results/tracesContainer.jsx @@ -19,7 +19,7 @@ const TracesContainer = observer(({tracesSearchStore}) => { Showing latest {searchResults.length} {searchResults.length === 1 ? 'trace' : 'traces'} out of total {totalCount ? {totalCount} : null} for time window. { timelineResults && timelineResults.length - ? Select a timeline bar to drill down. + ? Click and drag between two points to drill down. : null } : null}