summaryrefslogtreecommitdiffstats
path: root/client/components/main/keyboardShortcuts.tpl.jade
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-09-01 14:38:07 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-09-01 14:38:07 +0200
commit9961de9c3086f357420e51f97014b59446edffa5 (patch)
tree55a0e5515b1e36ad4c8e327a7af1442a10f7e207 /client/components/main/keyboardShortcuts.tpl.jade
parent0ce381aa0a64de9a2165843dfe6ee493940f8c26 (diff)
downloadwekan-9961de9c3086f357420e51f97014b59446edffa5.tar.gz
wekan-9961de9c3086f357420e51f97014b59446edffa5.tar.bz2
wekan-9961de9c3086f357420e51f97014b59446edffa5.zip
Update translation source file
Diffstat (limited to 'client/components/main/keyboardShortcuts.tpl.jade')
-rw-r--r--client/components/main/keyboardShortcuts.tpl.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/main/keyboardShortcuts.tpl.jade b/client/components/main/keyboardShortcuts.tpl.jade
index d10068ed..5b5dae8b 100644
--- a/client/components/main/keyboardShortcuts.tpl.jade
+++ b/client/components/main/keyboardShortcuts.tpl.jade
@@ -1,11 +1,11 @@
.wrapper.shortcuts-list
h2
i.fa.fa-keyboard-o
- | Keyboard shortcuts
+ | {{_ 'keyboard-shortcuts'}}
each mapping
.shortcuts-list-item
.shortcuts-list-item-keys
each keys
kbd= this
- .shortcuts-list-item-action= action
+ .shortcuts-list-item-action {{_ action}}