fix: better zh param name
This commit is contained in:
parent
419ab97e72
commit
790f97c853
|
@ -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