mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix typo at Shortcuts.
Thanks to xet7 !
This commit is contained in:
parent
028ec46f46
commit
4510ddda15
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ Template.keyboardShortcuts.helpers({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
keys: ['ctrl + alt + number keys 1-9'],
|
keys: ['ctrl + alt + number keys 1-9'],
|
||||||
action: 'toggle-asignees'
|
action: 'toggle-assignees'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue