💄 i18n: shorten channel search placeholder and update i18n

Replaced the verbose placeholder “Search channel ID, name, key and API address ...”
with a concise version “Channel ID, name, key, API address” in
`ChannelsTable.js` and synchronized the corresponding i18n entries.

This improves readability and keeps UI text consistent across languages.
This commit is contained in:
t0ng7u
2025-06-24 01:48:39 +08:00
parent a8ba2eba33
commit 6c31151430
2 changed files with 2 additions and 2 deletions

View File

@@ -1726,7 +1726,7 @@ const ChannelsTable = () => {
<Form.Input
field="searchKeyword"
prefix={<IconSearch />}
placeholder={t('搜索渠道的 ID名称密钥API地址 ...')}
placeholder={t('渠道ID名称密钥API地址')}
className="!rounded-full"
showClear
pure