Browse Source

refactor: i18n corrections

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3455/head
Raju Udava 2 years ago
parent
commit
d16744686a
  1. 2
      packages/nc-gui-v2/pages/[projectType]/[projectId]/index/index/index.vue
  2. 2
      packages/nc-gui-v2/pages/index/index/create-external.vue

2
packages/nc-gui-v2/pages/[projectType]/[projectId]/index/index/index.vue

@ -175,7 +175,7 @@ function onDropZoneClick(e: MouseEvent) {
<span class="flex items-center gap-2"><BiFiletypeXlsx /> Excel file here or</span>
</div>
<a-button type="primary" ghost class="create-table-btn">
<span class="prose text-[1rem] text-primary z-50" @click.stop="openCreateTable">Create new table</span>
<span class="prose text-[1rem] text-primary z-50" @click.stop="openCreateTable">{{ $t('tooltip.addTable') }}</span>
</a-button>
</div>
</div>

2
packages/nc-gui-v2/pages/index/index/create-external.vue

@ -427,7 +427,7 @@ onMounted(() => {
<div class="flex items-center gap-2">
<!-- Use Connection URL -->
<a-button type="default" class="nc-extdb-btn-import-url" @click.stop="importURLDlg = true">
{{ $t('activity.connectionURL') }}
{{ $t('activity.useConnectionUrl') }}
</a-button>
<span>{{ $t('title.advancedParameters') }}</span>
</div>

Loading…
Cancel
Save