Skip to content

Commit 2498d3a

Browse files
docs(kafka): improve flag descriptions (#1811)
1 parent 530e9b3 commit 2498d3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/commands/rhoas_kafka_create.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/core/localize/locales/en/cmd/kafka.en.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ one = 'Kafka instance ID. Uses the current instance if not set'
5555
one = 'Format in which to display the Kafka instances (choose from: "json", "yml", "yaml")'
5656

5757
[kafka.common.flag.marketplaceId.description]
58-
one = 'Cloud Account ID for the marketplace'
58+
one = 'Account ID for cloud marketplace'
5959

6060
[kafka.common.flag.billingModel.description]
6161
one = 'Billing model to be used'
6262

6363
[kafka.common.flag.marketplaceType.description]
64-
one = 'Name of the marketplace where the instance is purchased on'
64+
one = 'Name of cloud marketplace where Kafka instance was purchased'
6565

6666
[kafka.common.input.instanceName.message]
6767
one = 'Select Kafka instance:'
@@ -394,7 +394,7 @@ one = 'provided plan "{{.Plan}}" (kafka instances size) is not supported.'
394394
one = 'unable to create new Kafka instance at this time in specified cloud provider and region. Please try again later or choose another region.'
395395

396396
[kafka.create.error.instance.limit]
397-
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'
397+
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'
398398

399399
[kafka.create.error.standard.promote]
400400
one = 'only Kafka instances with billing model "eval" can be promoted'

0 commit comments

Comments
 (0)