feat: update tooltip text for test run mode in English and Chinese translations for clarity

This commit is contained in:
twwu 2025-06-26 10:17:48 +08:00
parent cf7574bd10
commit 025b55ef3b
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ const translation = {
},
testRun: {
title: 'Test Run',
tooltip: 'In Test Run mode, only one file upload at a time is allowed for easier debugging and observation.',
tooltip: 'In test run mode, only one document is allowed to be imported at a time for easier debugging and observation.',
steps: {
dataSource: 'Data Source',
documentProcessing: 'Document Processing',

View File

@ -51,7 +51,7 @@ const translation = {
},
testRun: {
title: '测试运行',
tooltip: '在测试运行模式下,每次只能上传一个文件,便于调试和观察。',
tooltip: '在测试运行模式下,每次只能导入一个文档,以便于调试和观察。',
steps: {
dataSource: '数据源',
documentProcessing: '文档处理',