Merge pull request #8466 from DDDHuang/wb_name

fix: better zh param name
This commit is contained in:
DDDHuang 2022-07-12 17:19:58 +08:00 committed by GitHub
commit 04bc2edc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>>}
},