diff options
Diffstat (limited to 'source/features/cycle-lists-with-keyboard-shortcuts.tsx')
-rw-r--r-- | source/features/cycle-lists-with-keyboard-shortcuts.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/cycle-lists-with-keyboard-shortcuts.tsx b/source/features/cycle-lists-with-keyboard-shortcuts.tsx index 0373ee23..23d2e1e2 100644 --- a/source/features/cycle-lists-with-keyboard-shortcuts.tsx +++ b/source/features/cycle-lists-with-keyboard-shortcuts.tsx @@ -55,7 +55,7 @@ function init(): void { } features.add({ - id: 'cycle-lists-with-keyboard-shortcuts', + id: __featureName__, description: 'Cycle "popover lists" (labels, milestones, etc) when selecting them with the `↑` and `↓` keys.', screenshot: 'https://user-images.githubusercontent.com/37769974/59158786-6fd2c400-8add-11e9-9db1-db80186fa6ea.gif', init, |