Skip to content

Commit 0a47adc

Browse files
committed
feat: import Sample SQL / Terminologies
1 parent aa0b319 commit 0a47adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"term_name_template_example_2": "术语2",
6161
"term_description_template_example_2": "术语2描述",
6262
"synonyms_template_example_2": "同义词3",
63-
"word_cannot_be_empty": "术语不能为空",
63+
"word_cannot_be_empty": "术语名称不能为空",
6464
"description_cannot_be_empty": "术语描述不能为空",
6565
"datasource_not_found": "找不到数据源"
6666
},

frontend/src/views/system/excel-upload/Uploader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ const submitUpload = () => {
293293
:disabled="!fileName"
294294
@click="submitUpload"
295295
>
296-
{{ t('common.continue_to_upload') }}
296+
{{ t('user.import') }}
297297
</el-button>
298298
</span>
299299
</template>

0 commit comments

Comments
 (0)