mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-05 18:26:56 +00:00
Fix typo in keyboard shortcuts UI
This commit is contained in:
parent
b76c5011cf
commit
d650784dd6
@ -66,7 +66,7 @@ caption: {{$:/language/ControlPanel/KeyboardShortcuts/Caption}}
|
||||
|
||||
\define shortcut-list(caption,prefix)
|
||||
<tr>
|
||||
<$list filter="[all[tiddlers+shadows][$prefix$$(shortcutName)$]]" variable="shortcutTitle">
|
||||
<$list filter="[[$prefix$$(shortcutName)$]]" variable="shortcutTitle">
|
||||
<<shortcut-list-item "$caption$">>
|
||||
</$list>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user