From 70ebb0b7516495f3a47cf2d9379729f50f2a6e7e Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 18 Aug 2023 10:38:44 -0300 Subject: [PATCH] docs: change password label for azure event hub bridge Changed to use more specific AEH nomenclature. --- rel/i18n/emqx_bridge_azure_event_hub.hocon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/i18n/emqx_bridge_azure_event_hub.hocon b/rel/i18n/emqx_bridge_azure_event_hub.hocon index e6b3172b9..a0ccb0f2f 100644 --- a/rel/i18n/emqx_bridge_azure_event_hub.hocon +++ b/rel/i18n/emqx_bridge_azure_event_hub.hocon @@ -291,10 +291,10 @@ auth_username_password.label: """Username/password Auth""" auth_sasl_password.desc: -"""The password for connecting to Azure Event Hub. Should be the "connection string-primary key" of a Namespace shared access policy.""" +"""The Connection String for connecting to Azure Event Hub. Should be the "connection string-primary key" of a Namespace shared access policy.""" auth_sasl_password.label: -"""Password""" +"""Connection String""" producer_kafka_opts.desc: """Azure Event Hub producer configs."""