From bfc9589a93fcaf0fd37a48e4fa0734750b56aaa4 Mon Sep 17 00:00:00 2001 From: EMQ-YangM Date: Sun, 24 Apr 2022 18:42:17 +0800 Subject: [PATCH] fix: modify the error statement --- apps/emqx_conf/i18n/emqx_conf_schema.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_conf/i18n/emqx_conf_schema.conf b/apps/emqx_conf/i18n/emqx_conf_schema.conf index 282191ece..df9be8ab1 100644 --- a/apps/emqx_conf/i18n/emqx_conf_schema.conf +++ b/apps/emqx_conf/i18n/emqx_conf_schema.conf @@ -1268,11 +1268,11 @@ until the RPC connection is considered lost.""" log_overload_kill_mem_size { desc { en: """Maximum memory size that the handler process is allowed to use.""" - zh: """处理进程进程允许使用的最大内存。""" + zh: """处理进程允许使用的最大内存。""" } label { en: "Handler Allowed Max Memory Size" - zh: "理进程进程允许使用的最大内存" + zh: "处理进程允许使用的最大内存" } }