Skip to content

Commit

Permalink
Update text for autotune toast (#142674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic authored Oct 4, 2022
1 parent 899081a commit dffe513
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ export function useAutotuneTimerange() {

const successMessage = useMemo(() => {
return i18n.translate('xpack.securitySolution.resolver.unboundedRequest.toast', {
defaultMessage: `No process events were found with your selected time range, however they were
found using a start date of {from} and an end date of {to}. Select a different time range in
the date picker to use a different range.`,
defaultMessage: `No results found in the selected time, expanded to {from} - {to}.`,
values: {
from: detectedFormattedFrom,
to: detectedFormattedTo,
Expand Down

0 comments on commit dffe513

Please sign in to comment.