docs: make clickhouse config label for Server URL more concise

This commit is contained in:
Kjell Winblad 2023-03-29 15:06:15 +02:00
parent b3c6ae99d2
commit aefa0e5ffb
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ emqx_ee_connector_clickhouse {
zh: """你想连接到的Clickhouse服务器的HTTP URL例如http://myhostname:8123。""" zh: """你想连接到的Clickhouse服务器的HTTP URL例如http://myhostname:8123。"""
} }
label: { label: {
en: "URL to clickhouse server" en: "Server URL"
zh: "到clickhouse服务器的URL" zh: "服务器 URL"
} }
} }