Skip to content

Commit e5ced4e

Browse files
committed
feat: update tooltip text to use translation for completion actions
1 parent 1ac2484 commit e5ced4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom/completionInput.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<IconMagic class="w-4 h-4"/>
2121
</button>
2222
<template #tooltip>
23-
Start completion
23+
{{ $t('Start completion') }}
2424
</template>
2525
</Tooltip>
2626

@@ -35,7 +35,7 @@
3535
<span class="scale-75 border border-white rounded-sm px-0.5 bg-white/25">TAB</span>
3636
</button>
3737
<template #tooltip>
38-
Approve completion
38+
{{ $t('Approve completion') }}
3939
</template>
4040
</Tooltip>
4141

0 commit comments

Comments
 (0)