diff --git a/src/components/LeftMenuItem.vue b/src/components/LeftMenuItem.vue index 444022776..9fe66e278 100644 --- a/src/components/LeftMenuItem.vue +++ b/src/components/LeftMenuItem.vue @@ -36,7 +36,7 @@ const itemComputed = computed(() => { {{ t(itemComputed.title) }} - {{ 'Ctrl + Alt + ' + item.keyBinding?.toUpperCase() }} + {{ 'Ctrl + Alt + ' + item.keyBinding.toUpperCase() }}