fix: rename bulk test action to skip manually disabled channels

This commit is contained in:
Seefs
2026-02-12 15:09:30 +08:00
parent 41df3162cb
commit 6795242d86
9 changed files with 19 additions and 2 deletions

View File

@@ -99,14 +99,14 @@ const ChannelsActions = ({
onClick={() => {
Modal.confirm({
title: t('确定?'),
content: t('确定要测试所有道吗?'),
content: t('确定要测试所有未手动禁用渠道吗?'),
onOk: () => testAllChannels(),
size: 'small',
centered: true,
});
}}
>
{t('测试所有道')}
{t('测试所有未手动禁用渠道')}
</Button>
</Dropdown.Item>
<Dropdown.Item>