mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Cloud Posture] No findings prompt text (#148946)
This commit is contained in:
parent
f129f7fe19
commit
9cad7dc334
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue