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,