Skip to content

Commit f8e01be

Browse files
committed
fix text
1 parent a8dce71 commit f8e01be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json/shortcut.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const getSections = () => {
114114
{ name: translate('popupShortcutNavigationPage6'), keys: [ cmdKey, 'arrowup' ] },
115115
{ name: translate('popupShortcutNavigationPage7'), keys: [ cmdKey, 'arrowdown' ] },
116116
{ id: 'moveSelectionUp', name: translate('popupShortcutNavigationPage8'), keys: [ cmdKey, 'shift', 'arrowup' ] },
117-
{ id: 'moveSelectionDown', name: translate('popupShortcutNavigationPage10'), keys: [ cmdKey, 'shift', 'arrowdown' ] },
117+
{ id: 'moveSelectionDown', name: translate('popupShortcutNavigationPage11'), keys: [ cmdKey, 'shift', 'arrowdown' ] },
118118
{ name: translate('popupShortcutNavigationPage10'), keys: [ cmdKey, 'enter' ] },
119119

120120
{ id: 'turnBlock0', name: translate('popupShortcutEditorTurn0'), keys: [ cmdKey, '0' ], noEdit: true },

0 commit comments

Comments
 (0)