From 967df45f91323aee40d6b390e2f77f1369e3e142 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 18 Sep 2025 10:23:17 +0800 Subject: [PATCH] feat: change SQL examples frontend text --- frontend/src/views/system/training/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/system/training/index.vue b/frontend/src/views/system/training/index.vue index 0759092bb..99c81614e 100644 --- a/frontend/src/views/system/training/index.vue +++ b/frontend/src/views/system/training/index.vue @@ -228,7 +228,7 @@ const rules = { description: [ { required: true, - message: t('datasource.please_enter') + t('common.empty') + t('training.sql_statement'), + message: t('datasource.please_enter') + t('common.empty') + t('training.sample_sql'), }, ], } @@ -488,7 +488,7 @@ const onRowFormClose = () => { clearable /> - + { {{ pageForm.question }} - +
{{ pageForm.description }}