[8.8] [Cloud Security] Rename configurations tab to misconfigurations (#157224) (#157235)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[Cloud Security] Rename configurations tab to misconfigurations
(#157224)](https://github.com/elastic/kibana/pull/157224)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Kfir
Peled","email":"61654899+kfirpeled@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-05-10T02:29:21Z","message":"[Cloud
Security] Rename configurations tab to misconfigurations
(#157224)","sha":"47c4830256f4c1f6ceb9ac17e2de72363b8a00b1","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud
Security","v8.8.0","v8.9.0"],"number":157224,"url":"https://github.com/elastic/kibana/pull/157224","mergeCommit":{"message":"[Cloud
Security] Rename configurations tab to misconfigurations
(#157224)","sha":"47c4830256f4c1f6ceb9ac17e2de72363b8a00b1"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/157224","number":157224,"mergeCommit":{"message":"[Cloud
Security] Rename configurations tab to misconfigurations
(#157224)","sha":"47c4830256f4c1f6ceb9ac17e2de72363b8a00b1"}}]}]
BACKPORT-->

Co-authored-by: Kfir Peled <61654899+kfirpeled@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2023-05-09 23:36:23 -04:00 committed by GitHub
parent 951802a7a9
commit 85b22d307a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,8 +76,8 @@ export const Findings = () => {
isSelected={location.pathname !== findingsNavigation.vulnerabilities.path}
>
<FormattedMessage
id="xpack.csp.findings.tabs.configurations"
defaultMessage="Configurations"
id="xpack.csp.findings.tabs.misconfigurations"
defaultMessage="Misconfigurations"
/>
</EuiTab>
</EuiTabs>