diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 2e6d9e8e11..25f29abfbb 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2947,7 +2947,7 @@ export default { visualization: { number_formatter: 'Number Content Format', jump_dialog_background: 'Dialog Background Color', - jump_dialog_button: 'Dialog Font Button Color', + jump_dialog_button: 'Dialog Font Color', sqlbot_query_tips: 'Smart Data Query', cur_sq_dataset: 'Currently selected dataset:', data_match_type: 'Data match type', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 0d1159bbbc..a6bfbffe62 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2866,7 +2866,7 @@ export default { visualization: { number_formatter: '數字內容格式', jump_dialog_background: '彈框背景色', - jump_dialog_button: '彈框字體按鈕色', + jump_dialog_button: '彈框字體色', sqlbot_query_tips: '智能問數', cur_sq_dataset: '當前選擇的數據集:', data_match_type: '資料匹配方式', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 8cd47acc8f..3665cff93d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2872,7 +2872,7 @@ export default { visualization: { number_formatter: '数字内容格式', jump_dialog_background: '弹框背景色', - jump_dialog_button: '弹框字体按钮色', + jump_dialog_button: '弹框字体色', sqlbot_query_tips: '智能问数', cur_sq_dataset: '当前选择的数据集:', data_match_type: '数据匹配方式',