Skip to content

Commit d2a72e3

Browse files
szwarckonradakowalska622
authored andcommitted
[EDR Workflows] Change Automatic Troubleshooting empty results copy (elastic#221343)
**Awaiting decision on backport depth** Change the copy from `No issues had been found` to `Troubleshooting scan complete, no issues found.` on empty results.
1 parent c0b6342 commit d2a72e3

File tree

1 file changed

+1
-1
lines changed
  • x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view

1 file changed

+1
-1
lines changed

x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const WORKFLOW_INSIGHTS = {
6262
emptyResults: i18n.translate(
6363
'xpack.securitySolution.endpointDetails.workflowInsights.issues.emptyResults',
6464
{
65-
defaultMessage: 'No issues had been found',
65+
defaultMessage: 'Troubleshooting scan complete, no issues found.',
6666
}
6767
),
6868
remediationButton: {

0 commit comments

Comments
 (0)