浏览代码

docs: clarify description of bridge username and password

Fixes:
https://emqx.atlassian.net/browse/EMQX-9613
Kjell Winblad 2 年之前
父节点
当前提交
46f05056de
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rel/i18n/emqx_connector_schema_lib.hocon

+ 2 - 2
rel/i18n/emqx_connector_schema_lib.hocon

@@ -13,7 +13,7 @@ database_desc.label:
 """Database Name"""
 
 password.desc:
-"""EMQX's password in the external database."""
+"""The password associated with the bridge, used for authentication with the external database."""
 
 password.label:
 """Password"""
@@ -37,7 +37,7 @@ ssl.label:
 """Enable SSL"""
 
 username.desc:
-"""EMQX's username in the external database."""
+"""The username associated with the bridge in the external database used for authentication or identification purposes."""
 
 username.label:
 """Username"""