docs(emqx): fix i18n desc

This commit is contained in:
JianBo He 2022-04-25 15:13:36 +08:00
parent a58b88aeec
commit be05f54053
1 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ emqx_schema {
zh: "消息队列的最大长度"
}
label {
en: "Maximum message queue length."
zh: "消息队列的最大长度"
en: "Maximum mailbox queue length of process."
zh: "进程邮箱消息队列的最大长度"
}
}
@ -802,7 +802,7 @@ To configure <code>\"topic/1\" > \"topic/2\"</code>:
mqtt_use_username_as_clientid {
desc {
en: """Replace client ID with the username."""
zh: """是否使用 Client ID 替换 Username。"""
zh: """是否使用 Username 替换 Client ID。"""
}
}