mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
8ca815aaa3
commit
2d9c923881
1 changed files with 1 additions and 1 deletions
|
@ -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' }
|
||||
)}
|
||||
/>
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue