mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 06:36:45 +00:00
fix: i18n for Table node
This commit is contained in:
@@ -187,7 +187,7 @@ const isTableOpened = computed(() => {
|
||||
<template #default>
|
||||
<NcTooltip class="flex" placement="topLeft" hide-on-click :disabled="!canUserEditEmote">
|
||||
<template #title>
|
||||
{{ 'Change icon' }}
|
||||
{{ $t('general.changeIcon') }}
|
||||
</template>
|
||||
|
||||
<MdiTable
|
||||
|
||||
Reference in New Issue
Block a user