Merge pull request #8466 from DDDHuang/wb_name
fix: better zh param name
This commit is contained in:
commit
04bc2edc9e
|
@ -72,7 +72,7 @@
|
||||||
enable_pipelining => #{order => 5,
|
enable_pipelining => #{order => 5,
|
||||||
type => boolean,
|
type => boolean,
|
||||||
default => true,
|
default => true,
|
||||||
title => #{en => <<"Enable Pipelining">>, zh => <<"Enable Pipelining"/utf8>>},
|
title => #{en => <<"Enable Pipelining">>, zh => <<"开启 Pipelining"/utf8>>},
|
||||||
description => #{en => <<"Whether to enable HTTP Pipelining">>,
|
description => #{en => <<"Whether to enable HTTP Pipelining">>,
|
||||||
zh => <<"是否开启 HTTP Pipelining"/utf8>>}
|
zh => <<"是否开启 HTTP Pipelining"/utf8>>}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue