mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge pull request #5647 from NadavTasher/bugfix/change-assign-self-shortcut
Fix assign-self shortcut in shortcut help popup (different from actual shortcut)
This commit is contained in:
commit
78d38bc4e2
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ Template.keyboardShortcuts.helpers({
|
|||
action: 'shortcut-add-self',
|
||||
},
|
||||
{
|
||||
keys: ['n'],
|
||||
keys: ['m'],
|
||||
action: 'shortcut-assign-self',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue