[Cloud Security] rename 'Cloud Security Posture rule template' to 'Benchmark rules' (#162251)

## Summary

Renaming "Cloud Security Posture rule template" into "Benchmark rules"

A part of Quick Wins 8.10.0
https://github.com/elastic/security-team/issues/7167

### Checklist

Delete any items that are not applicable to this PR.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)

### Screenshot
<img width="1725" alt="Screenshot 2023-07-19 at 15 38 51"
src="8b663b7a-14e8-48cf-8dda-5f886ba70403">
This commit is contained in:
Maxim Kholod 2023-07-20 13:41:10 +02:00 committed by GitHub
parent 1e5e642a05
commit b2ca51d66c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ export const AssetTitleMap: Record<DisplayedAssetType, string> = {
csp_rule_template: i18n.translate(
'xpack.fleet.epm.assetTitles.cloudSecurityPostureRuleTemplate',
{
defaultMessage: 'Cloud Security Posture rule template',
defaultMessage: 'Benchmark rules',
}
),
};