fix: i18n for Table node

This commit is contained in:
Muhammed Mustafa
2023-09-28 11:49:32 +05:30
parent 9262662a17
commit a4dbf02db9
3 changed files with 4 additions and 2 deletions

View File

@@ -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