From 790f97c8533dad5ab93c6439fc69ff337b223a2e Mon Sep 17 00:00:00 2001 From: DDDHuang <44492639+DDDHuang@users.noreply.github.com> Date: Tue, 12 Jul 2022 14:53:25 +0800 Subject: [PATCH] fix: better zh param name --- apps/emqx_web_hook/src/emqx_web_hook_actions.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_web_hook/src/emqx_web_hook_actions.erl b/apps/emqx_web_hook/src/emqx_web_hook_actions.erl index 67826fc9c..00094d46d 100644 --- a/apps/emqx_web_hook/src/emqx_web_hook_actions.erl +++ b/apps/emqx_web_hook/src/emqx_web_hook_actions.erl @@ -72,7 +72,7 @@ enable_pipelining => #{order => 5, type => boolean, default => true, - title => #{en => <<"Enable Pipelining">>, zh => <<"Enable Pipelining"/utf8>>}, + title => #{en => <<"Enable Pipelining">>, zh => <<"开启 Pipelining"/utf8>>}, description => #{en => <<"Whether to enable HTTP Pipelining">>, zh => <<"是否开启 HTTP Pipelining"/utf8>>} },