File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/views/system/training Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments