Skip to content

Commit 68448eb

Browse files
author
Jannik Stehle
committed
fix: add missing translation for ctrl
1 parent 4eff944 commit 68448eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-pkg/src/components/ContextActions/ActionMenuItem.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default defineComponent({
147147
const openInNewTabHint = computed(() => {
148148
return $gettext(
149149
'Hold %{key} and click to open in new tab',
150-
{ key: unref(isMacOs) ? '' : 'ctrl' },
150+
{ key: unref(isMacOs) ? '' : $gettext('ctrl') },
151151
true
152152
)
153153
})

0 commit comments

Comments
 (0)