Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
},

"keyboardControls": {
"header": "Shortcuts",
"header": "Hotkeys",
"defaultGroupName": "General",
"missingLabel": "Unknown",
"groupVideoPlayer": "Video Player",
Expand Down
2 changes: 1 addition & 1 deletion src/main/MainContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const MainContent: React.FC = () => {
padding: "20px",
});

// Apply main focus to the current view for keyboard shortcuts.
// Apply main focus to the current view for keyboard hotkeys.
const mainRef = useRef<HTMLDivElement>(null);
useEffect(() => {
// Auto-focus main content when route changes
Expand Down
Loading