diff --git a/front/src/ui/modals/Shortcuts.vue b/front/src/ui/modals/Shortcuts.vue index 00edd025a..3c9523685 100644 --- a/front/src/ui/modals/Shortcuts.vue +++ b/front/src/ui/modals/Shortcuts.vue @@ -119,11 +119,10 @@ const player = computed(() => [ :title="t('components.ShortcutsModal.header.modal')" v-model="isOpen" > - +

{{ section.title }}

@@ -134,7 +133,7 @@ const player = computed(() => [ {{ shortcut.summary }} - +
@@ -144,7 +143,7 @@ const player = computed(() => [ v-for="section in general" :key="section.title" > -

{{ section.title }}

+

{{ section.title }}

[ {{ shortcut.summary }} - +