Update text for autotune toast (#142674) (#142688)

(cherry picked from commit dffe5131d6)

Co-authored-by: Kevin Qualters <56408403+kqualters-elastic@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-10-04 19:36:47 -06:00 committed by GitHub
parent 46867a37be
commit 40c9ad6fdb
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,