Merge pull request #10272 from kjellwinblad/kjell/better_label
docs: make clickhouse config label for Server URL more concise
This commit is contained in:
commit
fe400c7f8d
|
@ -60,7 +60,7 @@ https://clickhouse.com/docs/en/interfaces/formats#formats 了解更多关于
|
|||
}
|
||||
label {
|
||||
en: "Batch Value Separator"
|
||||
zh: "批量值分离器"
|
||||
zh: "分隔符"
|
||||
}
|
||||
}
|
||||
config_enable {
|
||||
|
|
|
@ -7,8 +7,8 @@ emqx_ee_connector_clickhouse {
|
|||
zh: """你想连接到的Clickhouse服务器的HTTP URL(例如http://myhostname:8123)。"""
|
||||
}
|
||||
label: {
|
||||
en: "URL to clickhouse server"
|
||||
zh: "到clickhouse服务器的URL"
|
||||
en: "Server URL"
|
||||
zh: "服务器 URL"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue