mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Changes in code to correct the spelling of emoji (plural)
This commit is contained in:
parent
dc05b01ee1
commit
c05029d403
18 changed files with 25 additions and 25 deletions
2
client/lib/keyboard.js
Normal file → Executable file
2
client/lib/keyboard.js
Normal file → Executable file
|
|
@ -88,7 +88,7 @@ Template.keyboardShortcuts.helpers({
|
|||
action: 'shortcut-autocomplete-members',
|
||||
}, {
|
||||
keys: [':'],
|
||||
action: 'shortcut-autocomplete-emojies',
|
||||
action: 'shortcut-autocomplete-emoji',
|
||||
}, {
|
||||
keys: ['SPACE'],
|
||||
action: 'shortcut-assign-self',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue