Skip to content

Commit ac2a898

Browse files
committed
[Improvement-16754][DataX] Shorten batchSize placeholder text for better UI display
Shortened i18n placeholder from verbose text to concise version: - zh_CN: "0 或留空为默认值 2048" - en_US: "0 or empty = default 2048" This prevents text truncation in the input field while maintaining core information.
1 parent 90e0fb6 commit ac2a898

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dolphinscheduler-ui/src/locales/en_US/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ export default {
649649
datax_target_database_post_sql: 'Post SQL Statement',
650650
datax_non_query_sql_tips: 'Please enter the non-query sql statement',
651651
datax_writer_batch_size: 'Writer Batch Size',
652-
datax_writer_batch_size_tips: '0 or empty means use DataX default (2048)',
652+
datax_writer_batch_size_tips: '0 or empty = default 2048',
653653
datax_job_speed_byte: 'Speed(Byte count)',
654654
datax_job_speed_byte_info: '(0 means unlimited)',
655655
datax_job_speed_record: 'Speed(Record count)',

dolphinscheduler-ui/src/locales/zh_CN/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ export default {
630630
datax_target_database_post_sql: '目标库后置SQL',
631631
datax_non_query_sql_tips: '请输入非查询SQL语句',
632632
datax_writer_batch_size: 'Writer 批量大小',
633-
datax_writer_batch_size_tips: '0 或留空表示使用 DataX 默认值(2048',
633+
datax_writer_batch_size_tips: '0 或留空为默认值 2048',
634634
datax_job_speed_byte: '限流(字节数)',
635635
datax_job_speed_byte_info: '(KB,0代表不限制)',
636636
datax_job_speed_record: '限流(记录数)',

0 commit comments

Comments
 (0)