mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update text for autotune toast (#142674)
This commit is contained in:
parent
899081a451
commit
dffe5131d6
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue