[Cloud Security] Fix GCP single account msg typo (#188113)

This commit is contained in:
Uri Weisman 2024-07-11 20:07:54 +03:00 committed by GitHub
parent b20c75b85d
commit 7ef0b033b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -408,7 +408,7 @@ const GcpAccountTypeSelect = ({
<EuiText color="subdued" size="s">
<FormattedMessage
id="xpack.csp.fleetIntegration.gcpAccountType.gcpSingleAccountDescription"
defaultMessage="Deploying to a single project is suitable for an initial POC. To ensure compete coverage, it is strongly recommended to deploy CSPM at the organization-level, which automatically connects all projects (both current and future)."
defaultMessage="Deploying to a single project is suitable for an initial POC. To ensure complete coverage, it is strongly recommended to deploy CSPM at the organization-level, which automatically connects all projects (both current and future)."
/>
</EuiText>
</>