Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"term_name_template_example_2": "术语2",
"term_description_template_example_2": "术语2描述",
"synonyms_template_example_2": "同义词3",
"word_cannot_be_empty": "术语不能为空",
"word_cannot_be_empty": "术语名称不能为空",
"description_cannot_be_empty": "术语描述不能为空",
"datasource_not_found": "找不到数据源"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/system/excel-upload/Uploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const submitUpload = () => {
:disabled="!fileName"
@click="submitUpload"
>
{{ t('common.continue_to_upload') }}
{{ t('user.import') }}
</el-button>
</span>
</template>
Expand Down