fix(nc-gui): fix i18n for surveys and dlgs

This commit is contained in:
reenphygeorge
2023-10-09 13:50:47 +05:30
parent 37f7071c11
commit 4a5d1c29ec
7 changed files with 41 additions and 29 deletions

View File

@@ -55,8 +55,7 @@ const ownedWorkspaces = computed(() => {
<!-- Create A New Table -->
<div class="prose-xl font-bold self-center my-4">{{ $t('activity.moveProject') }}</div>
<!-- todo: i18n -->
<div class="mb-2">Workspace</div>
<div class="mb-2">{{ $t('objects.workspace') }}</div>
<a-select v-model:value="workspaceId" class="w-full" show-search>
<a-select-option v-for="workspace of ownedWorkspaces" :key="workspace.id" :value="workspace.id">
{{ workspace.title }}