diff options
Diffstat (limited to 'app/Template/config/about.php')
-rw-r--r-- | app/Template/config/about.php | 2 |
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> |