From 4b090d6229bbb38a5f6134252a3ee4e701446877 Mon Sep 17 00:00:00 2001 From: igorrCarvalho Date: Sat, 8 Jun 2024 18:08:45 -0300 Subject: [PATCH] Refactor: add a name to shortcuts column --- .../src/pages/SettingsPage/pages/ShortcutsPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx index 151101de2..1438fe5d8 100644 --- a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx @@ -25,7 +25,7 @@ export default function ShortcutsPage() { resizable: false, }, //This column will be twice as wide as the others { - headerName: "Functionality", + headerName: "Keyboard Shortcut", field: "shortcut", flex: 2, editable: false,