From be69f5d86a8e2dfdca70c3742f51323b058acb57 Mon Sep 17 00:00:00 2001 From: Jason Bulicek Date: Thu, 6 Aug 2020 11:39:38 -0700 Subject: [PATCH] fix wording on timeline instructions --- src/components/traces/results/tracesContainer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}