diff options
Diffstat (limited to 'src/modules/command-palette/command-palette.vue')
-rw-r--r-- | src/modules/command-palette/command-palette.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/command-palette/command-palette.vue b/src/modules/command-palette/command-palette.vue index 7531aac..bceef5c 100644 --- a/src/modules/command-palette/command-palette.vue +++ b/src/modules/command-palette/command-palette.vue @@ -116,7 +116,7 @@ function activateOption(option: PaletteOption) { <span flex items-center gap-3 op-40> <icon-mdi-search /> - Search... + {{ $t('search.label') }} <span hidden flex-1 border border-current border-op-40 rounded border-solid px-5px py-3px sm:inline> {{ isMac ? 'Cmd' : 'Ctrl' }} + K |