We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac2484 commit e5ced4eCopy full SHA for e5ced4e
1 file changed
custom/completionInput.vue
@@ -20,7 +20,7 @@
20
<IconMagic class="w-4 h-4"/>
21
</button>
22
<template #tooltip>
23
- Start completion
+ {{ $t('Start completion') }}
24
</template>
25
</Tooltip>
26
@@ -35,7 +35,7 @@
35
<span class="scale-75 border border-white rounded-sm px-0.5 bg-white/25">TAB</span>
36
37
38
- Approve completion
+ {{ $t('Approve completion') }}
39
40
41
0 commit comments