diff --git a/apps/emqx/i18n/emqx_schema_i18n.conf b/apps/emqx/i18n/emqx_schema_i18n.conf
index ecb143d71..5765e18a4 100644
--- a/apps/emqx/i18n/emqx_schema_i18n.conf
+++ b/apps/emqx/i18n/emqx_schema_i18n.conf
@@ -878,8 +878,8 @@ To configure \"topic/1\" > \"topic/2\"
:
mqtt_mqueue_default_priority {
desc {
- en: """Default topic priority, which will be used by topics not in Topic Priorities
(Configuration item is mqtt.mqueue_priorities
)."""
- zh: """默认的主题优先级,不在 主题优先级
(配置项为 mqtt.mqueue_priorities
) 中的主题将会使用该优先级。"""
+ en: """Default topic priority, which will be used by topics not in Topic Priorities
(mqueue_priorities
)."""
+ zh: """默认的主题优先级,不在 主题优先级
(mqueue_priorities
) 中的主题将会使用该优先级。"""
}
label: {
en: """Default Topic Priorities"""
@@ -901,10 +901,10 @@ To configure \"topic/1\" > \"topic/2\"
:
mqtt_use_username_as_clientid {
desc {
en: """Whether to user Client ID as Username.
-This setting takes effect later than Use Peer Certificate as Username
(Configuration item is peer_cert_as_username
) and Use peer certificate as Client ID
(Configuration item is peer_cert_as_clientid
).
+This setting takes effect later than Use Peer Certificate as Username
(peer_cert_as_username
) and Use peer certificate as Client ID
(peer_cert_as_clientid
).
"""
zh: """是否使用用户名作为客户端 ID。
-此设置的作用时间晚于 使用对端证书作为用户名
(配置项为 peer_cert_as_username
) 和 使用对端证书作为客户端 ID
(配置项为 peer_cert_as_clientid
)。
+此设置的作用时间晚于 使用对端证书作为用户名
(peer_cert_as_username
) 和 使用对端证书作为客户端 ID
(peer_cert_as_clientid
)。
"""
}
label: {