diff --git a/rel/i18n/emqx_bridge_kafka_consumer_schema.hocon b/rel/i18n/emqx_bridge_kafka_consumer_schema.hocon index cf6e18a68..3ac6a4e2b 100644 --- a/rel/i18n/emqx_bridge_kafka_consumer_schema.hocon +++ b/rel/i18n/emqx_bridge_kafka_consumer_schema.hocon @@ -16,8 +16,8 @@ emqx_bridge_kafka_consumer_schema { """Kafka Consumer Client Configuration""" group_id.desc: - """Custom group identifier to be used for this source. If omitted, one based off the source name will be automatically generated.""" + """Consumer group identifier to be used for this source. If omitted, one based off the source name will be automatically generated.""" group_id.label: - """Kafka Consumer Custom Group Id""" + """Custom Consumer Group Id""" }