Skip to content

Commit

Permalink
fix: update error message to reflect proper flag name (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jun 16, 2022
1 parent 424086f commit 4c5789c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/core/localize/locales/en/cmd/kafka.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ one = 'Kafka instance "{{.Name}}" already exists'
one = 'Cannot fetch user allowed instance type'

[kafka.create.error.noInteractiveMode]
one = 'Interactive mode is not supported when using --skip-checks flag'
one = 'Interactive mode is not supported when using --bypass-checks flag'

[kafka.create.error.quota.exceeded]
one = 'your accout exceeded quota for Kafka instances. Please refer to https://console.redhat.com/application-services/subscriptions/streams for more information'
Expand Down

0 comments on commit 4c5789c

Please sign in to comment.