mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 20:51:58 +00:00
Translate keybinding panel table header (#2030)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</Column>
|
||||
<Column
|
||||
field="id"
|
||||
header="Command ID"
|
||||
:header="$t('g.command')"
|
||||
sortable
|
||||
class="max-w-64 2xl:max-w-full"
|
||||
>
|
||||
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</Column>
|
||||
<Column field="keybinding" header="Keybinding">
|
||||
<Column field="keybinding" :header="$t('g.keybinding')">
|
||||
<template #body="slotProps">
|
||||
<KeyComboDisplay
|
||||
v-if="slotProps.data.keybinding"
|
||||
|
||||
Reference in New Issue
Block a user