Update text for autotune toast (#142674)

This commit is contained in:
Kevin Qualters 2022-10-04 19:56:58 -04:00 committed by GitHub
parent 899081a451
commit dffe5131d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,