fix: better zh param name

This commit is contained in:
DDDHuang 2022-07-12 14:53:25 +08:00
parent 419ab97e72
commit 790f97c853
1 changed files with 1 additions and 1 deletions

View File

@ -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>>}
},