[Cloud Posture] No findings prompt text (#148946)

This commit is contained in:
Jordan 2023-01-16 10:12:14 +02:00 committed by GitHub
parent f129f7fe19
commit 9cad7dc334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ const IntegrationPostureDashboard = ({
<h2>
<FormattedMessage
id="xpack.csp.integrationDashboard.noFindings.promptTitle"
defaultMessage="No Findings"
defaultMessage="Findings Evaluation Status"
/>
</h2>
}
@ -154,7 +154,7 @@ const IntegrationPostureDashboard = ({
<p>
<FormattedMessage
id="xpack.csp.integrationDashboard.noFindingsPrompt.promptDescription"
defaultMessage="Integration installed but you dont have findings"
defaultMessage="Waiting for data to be collected and indexed. If this process is taking longer than expected then please reach out our support"
/>
</p>
}