diff --git a/rel/i18n/emqx_bridge_azure_event_hub.hocon b/rel/i18n/emqx_bridge_azure_event_hub.hocon index c5b4f44f2..3b96e23e6 100644 --- a/rel/i18n/emqx_bridge_azure_event_hub.hocon +++ b/rel/i18n/emqx_bridge_azure_event_hub.hocon @@ -124,9 +124,9 @@ kafka_headers.desc: """Provide a placeholder for message headers
e.g. ${pub_props}
Note that the value of the placeholder must be either an object: -{\"foo\": \"bar\"} +{"foo": "bar"} or an array of key-value pairs: -[{\"key\": \"foo\", \"value\": \"bar\"}]""" +[{"key": "foo", "value": "bar"}]""" kafka_headers.label: """Message Headers""" diff --git a/rel/i18n/emqx_bridge_confluent_producer.hocon b/rel/i18n/emqx_bridge_confluent_producer.hocon index ae335a7c1..748373691 100644 --- a/rel/i18n/emqx_bridge_confluent_producer.hocon +++ b/rel/i18n/emqx_bridge_confluent_producer.hocon @@ -124,9 +124,9 @@ kafka_headers.desc: """Provide a placeholder for message headers
e.g. ${pub_props}
Note that the value of the placeholder must be either an object: -{\"foo\": \"bar\"} +{"foo": "bar"} or an array of key-value pairs: -[{\"key\": \"foo\", \"value\": \"bar\"}]""" +[{"key": "foo", "value": "bar"}]""" kafka_headers.label: """Message Headers""" diff --git a/rel/i18n/emqx_bridge_kafka.hocon b/rel/i18n/emqx_bridge_kafka.hocon index cfe224547..6e0074ddd 100644 --- a/rel/i18n/emqx_bridge_kafka.hocon +++ b/rel/i18n/emqx_bridge_kafka.hocon @@ -198,9 +198,9 @@ kafka_headers.desc: """Provide a placeholder for message headers
e.g. ${pub_props}
Note that the value of the placeholder must be either an object: -{\"foo\": \"bar\"} +{"foo": "bar"} or an array of key-value pairs: -[{\"key\": \"foo\", \"value\": \"bar\"}]""" +[{"key": "foo", "value": "bar"}]""" kafka_headers.label: """Message Headers"""