Browse Source

fix(nc-gui): incorrect i18n keyname in KeyboardShortcuts

pull/4482/head
Wing-Kam Wong 2 years ago
parent
commit
ca67747b79
  1. 2
      packages/nc-gui/components/dlg/KeyboardShortcuts.vue

2
packages/nc-gui/components/dlg/KeyboardShortcuts.vue

@ -19,7 +19,7 @@ const dialogShow = computed({
:wrap-class-name="`nc-modal-keyboard-shortcuts ${dialogShow ? 'active' : ''}`"
@keydown.esc="dialogShow = false"
>
<template #title> {{ $t('general.title.keyboardShortcut') }} </template>
<template #title> {{ $t('title.keyboardShortcut') }} </template>
<!-- TODO: -->
</a-modal>
</template>

Loading…
Cancel
Save