2
0
Эх сурвалжийг харах

Fix typo at Shortcuts.

Thanks to xet7 !
Lauri Ojansivu 2 сар өмнө
parent
commit
4510ddda15

+ 1 - 1
client/lib/keyboard.js

@@ -366,7 +366,7 @@ Template.keyboardShortcuts.helpers({
     },
     {
       keys: ['ctrl + alt + number keys 1-9'],
-      action: 'toggle-asignees'
+      action: 'toggle-assignees'
     },
   ],
 });