summaryrefslogtreecommitdiff
path: root/app/Template/config/about.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-26 22:47:31 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-26 22:47:31 -0400
commit05fb6553471025af8bb090cd812651816c1c59fc (patch)
tree9c5f5714b680940882023608d38fbe5b36cc9c6d /app/Template/config/about.php
parentbd023430c8b35f655ef031c6c8d4f6f0bdc188f8 (diff)
Move tasks Gantt chart
Diffstat (limited to 'app/Template/config/about.php')
-rw-r--r--app/Template/config/about.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index c55233f4..e0652a2f 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -57,6 +57,7 @@
<li><?= t('Switch to the board view') ?> = <strong>v b</strong></li>
<li><?= t('Switch to the calendar view') ?> = <strong>v c</strong></li>
<li><?= t('Switch to the list view') ?> = <strong>v l</strong></li>
+ <li><?= t('Switch to the Gantt chart view') ?> = <strong>v g</strong></li>
</ul>
<h3><?= t('Board view') ?></h3>
<ul>
@@ -68,6 +69,7 @@
<ul>
<li><?= t('Open board switcher') ?> = <strong>b</strong></li>
<li><?= t('Go to the search/filter box') ?> = <strong>f</strong></li>
+ <li><?= t('Reset the search/filter box') ?> = <strong>r</strong></li>
<li><?= t('Close dialog box') ?> = <strong>ESC</strong></li>
<li><?= t('Submit a form') ?> = <strong>CTRL+ENTER</strong> <?= t('or') ?> <strong>⌘+ENTER</strong></li>
</ul>