mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit dffe5131d6
)
Co-authored-by: Kevin Qualters <56408403+kqualters-elastic@users.noreply.github.com>
This commit is contained in:
parent
46867a37be
commit
40c9ad6fdb
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