diff --git a/docs/commands/rhoas_kafka_create.md b/docs/commands/rhoas_kafka_create.md index d4110dc9f..b3f20329c 100644 --- a/docs/commands/rhoas_kafka_create.md +++ b/docs/commands/rhoas_kafka_create.md @@ -32,8 +32,8 @@ $ rhoas kafka create -o yaml ``` --billing-model string Billing model to be used --dry-run Validate all user provided arguments without creating the Kafka instance - --marketplace string Name of the marketplace where the instance is purchased on - --marketplace-account-id string Cloud Account ID for the marketplace + --marketplace string Name of cloud marketplace where Kafka instance was purchased + --marketplace-account-id string Account ID for cloud marketplace --name string Unique name of the Kafka instance -o, --output string Specify the output format. Choose from: "json", "yaml", "yml" --provider string Cloud Provider ID diff --git a/pkg/core/localize/locales/en/cmd/kafka.en.toml b/pkg/core/localize/locales/en/cmd/kafka.en.toml index c182c1789..a9731d7ad 100644 --- a/pkg/core/localize/locales/en/cmd/kafka.en.toml +++ b/pkg/core/localize/locales/en/cmd/kafka.en.toml @@ -55,13 +55,13 @@ one = 'Kafka instance ID. Uses the current instance if not set' one = 'Format in which to display the Kafka instances (choose from: "json", "yml", "yaml")' [kafka.common.flag.marketplaceId.description] -one = 'Cloud Account ID for the marketplace' +one = 'Account ID for cloud marketplace' [kafka.common.flag.billingModel.description] one = 'Billing model to be used' [kafka.common.flag.marketplaceType.description] -one = 'Name of the marketplace where the instance is purchased on' +one = 'Name of cloud marketplace where Kafka instance was purchased' [kafka.common.input.instanceName.message] one = 'Select Kafka instance:' @@ -394,7 +394,7 @@ one = 'provided plan "{{.Plan}}" (kafka instances size) is not supported.' one = 'unable to create new Kafka instance at this time in specified cloud provider and region. Please try again later or choose another region.' [kafka.create.error.instance.limit] -one = 'maximum number of allowed kafka instances has been reached. Please review all instances that your user has access to and delete one or more instances before creating a new one' +one = 'the maximum number of Kafka instances for your organization has been reached. Before you can create a new instance, you must delete one or more of the existing instances' [kafka.create.error.standard.promote] one = 'only Kafka instances with billing model "eval" can be promoted'