fix: 右键菜单删除项使用 common.delete i18n key
This commit is contained in:
@@ -230,7 +230,7 @@ async function handleImport() {
|
||||
<button class="ctx-item" @click="ctxEdit">{{ t('connection.edit') }}</button>
|
||||
<button class="ctx-item" @click="ctxDuplicate">{{ t('connection.duplicate') }}</button>
|
||||
<div class="ctx-divider" />
|
||||
<button class="ctx-item ctx-danger" @click="ctxDelete">{{ t('connection.delete') }}</button>
|
||||
<button class="ctx-item ctx-danger" @click="ctxDelete">{{ t('common.delete') }}</button>
|
||||
</div>
|
||||
</template>
|
||||
</Teleport>
|
||||
|
||||
Reference in New Issue
Block a user