Skip to content

Commit 0a6a6fb

Browse files
committed
fix(Data Source): Change the text to Save
1 parent 5eccfb8 commit 0a6a6fb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

frontend/src/components/layout/Menu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const routerList = computed(() => {
8080
&.is-active {
8181
background-color: #fff !important;
8282
border-radius: 6px;
83+
font-weight: 500;
8384
}
8485
}
8586

frontend/src/views/ds/DataTable.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ const btnSelectClick = (val: any) => {
442442
/>
443443
<div style="display: flex; justify-content: flex-end; margin-top: 20px">
444444
<el-button @click="closeTable">{{ t('common.cancel') }}</el-button>
445-
<el-button type="primary" @click="saveTable">{{ t('common.confirm') }}</el-button>
445+
<el-button type="primary" @click="saveTable">{{ t('common.save') }}</el-button>
446446
</div>
447447
</el-dialog>
448448

@@ -463,7 +463,7 @@ const btnSelectClick = (val: any) => {
463463
/>
464464
<div style="display: flex; justify-content: flex-end; margin-top: 20px">
465465
<el-button @click="closeField">{{ t('common.cancel') }}</el-button>
466-
<el-button type="primary" @click="saveField">{{ t('common.confirm') }}</el-button>
466+
<el-button type="primary" @click="saveField">{{ t('common.save') }}</el-button>
467467
</div>
468468
</el-dialog>
469469
<ParamsForm ref="paramsFormRef" @refresh="refresh"></ParamsForm>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ const handleCurrentChange = (val: number) => {
345345
<el-icon size="16">
346346
<rename></rename>
347347
</el-icon>
348-
{{ $t('datasource.edit') }}
348+
{{ $t('dashboard.rename') }}
349349
</div>
350350
<div class="item" @click.stop="delWorkspace(ele)">
351351
<el-icon size="16">

0 commit comments

Comments
 (0)