Skip to content

Commit e0fa709

Browse files
committed
feat: change SQL examples frontend text
1 parent 3ca907e commit e0fa709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/views/system/training/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ const rules = {
228228
description: [
229229
{
230230
required: true,
231-
message: t('datasource.please_enter') + t('common.empty') + t('training.sql_statement'),
231+
message: t('datasource.please_enter') + t('common.empty') + t('training.sample_sql'),
232232
},
233233
],
234234
}
@@ -488,7 +488,7 @@ const onRowFormClose = () => {
488488
clearable
489489
/>
490490
</el-form-item>
491-
<el-form-item prop="description" :label="t('training.sql_statement')">
491+
<el-form-item prop="description" :label="t('training.sample_sql')">
492492
<el-input
493493
v-model="pageForm.description"
494494
:placeholder="$t('datasource.please_enter')"
@@ -531,7 +531,7 @@ const onRowFormClose = () => {
531531
{{ pageForm.question }}
532532
</div>
533533
</el-form-item>
534-
<el-form-item :label="t('training.sql_statement')">
534+
<el-form-item :label="t('training.sample_sql')">
535535
<div class="content">
536536
{{ pageForm.description }}
537537
</div>

0 commit comments

Comments
 (0)