Skip to content

Commit

Permalink
adjust text on empty prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <menwe@amazon.com>
  • Loading branch information
mengweieric committed Oct 24, 2023
1 parent 041d7f5 commit 6467e0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/components/event_analytics/explorer/no_results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ export const NoResults = () => {
<h2 data-test-subj="obsNoResultsTimefilter">
<FormattedMessage
id="observability.noResults.expandYourTimeRangeTitle"
defaultMessage="Expand your time range or modify your query"
defaultMessage="Select a data source, expand your time range, or modify the query"
/>
</h2>
<p>
<FormattedMessage
id="observability.noResults.queryMayNotMatchTitle"
defaultMessage="Your query may not match anything in the current time range,
or there may not be any data at all in the currently selected time range.
Try change time range, query filters or choose different time fields."
defaultMessage="After selection, check the time range, query filters, fields, and query"
/>
</p>
</EuiText>
Expand Down

0 comments on commit 6467e0a

Please sign in to comment.