Skip to content

Commit 8a32fee

Browse files
committed
fix: Sample SQL detail display title
1 parent f940c84 commit 8a32fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ const onRowFormClose = () => {
727727
</el-drawer>
728728
<el-drawer
729729
v-model="rowInfoDialog"
730-
:title="$t('professional.professional_term_details')"
730+
:title="$t('training.training_data_details')"
731731
destroy-on-close
732732
size="600px"
733733
:before-close="onRowFormClose"

0 commit comments

Comments
 (0)