Skip to content

Commit

Permalink
fix: update button text from "Single Account" to "Single Project
Browse files Browse the repository at this point in the history
  • Loading branch information
samantha-t28 committed Nov 17, 2024
1 parent 902f6db commit af5891a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const getGcpAccountTypeOptions = (isGcpOrgDisabled: boolean): CspRadioGroupProps
{
id: GCP_SINGLE_ACCOUNT,
label: i18n.translate('xpack.csp.fleetIntegration.gcpAccountType.gcpSingleAccountLabel', {
defaultMessage: 'Single Account',
defaultMessage: 'Single Project',
}),
testId: 'gcpSingleAccountTestId',
},
Expand Down

0 comments on commit af5891a

Please sign in to comment.