[Cloud Posture] change tooltip text for benchmark column (#162342)

## Summary

Summarize your PR. If it involves visual changes include a screenshot or
gif.
[Quick Wins](https://github.com/elastic/security-team/issues/7167)
Change the Application Benchmark tooltip to `The benchmark used to
evaluate this resource`
<img width="741" alt="Screen Shot 2023-07-20 at 9 34 50 AM"
src="b227eede-ed2a-4aae-ba71-7aeaf411f72a">

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Lola 2023-07-20 17:08:37 -04:00 committed by GitHub
parent 8ca815aaa3
commit 2d9c923881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ const baseColumns = [
)}
tooltipContent={i18n.translate(
'xpack.csp.findings.findingsTable.findingsTableColumn.ruleBenchmarkColumnTooltipLabel',
{ defaultMessage: 'The benchmark(s) rules used to evaluate this resource came from' }
{ defaultMessage: 'The benchmark used to evaluate this resource' }
)}
/>
),