Skip to content

Commit

Permalink
Update text for autotune toast (elastic#142674)
Browse files Browse the repository at this point in the history
(cherry picked from commit dffe513)
  • Loading branch information
kqualters-elastic committed Oct 5, 2022
1 parent cc6a5ad commit dec616c
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 dec616c

Please sign in to comment.