mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Cloud Security] Rename configurations tab to misconfigurations (#157224)
This commit is contained in:
parent
ee3d4e4744
commit
47c4830256
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue