diff --git a/module/project/ui/browsebycard.html.php b/module/project/ui/browsebycard.html.php
index 851015e197..94f79d554a 100644
--- a/module/project/ui/browsebycard.html.php
+++ b/module/project/ui/browsebycard.html.php
@@ -57,12 +57,14 @@ toolbar
(
'icon' => 'list',
'class' => 'switchButton btn-icon',
- 'data-type' => 'bylist'
+ 'data-type' => 'bylist',
+ 'hint' => $lang->project->bylist
), array
(
'icon' => 'cards-view',
'class' => 'btn-icon switchButton text-primary',
- 'data-type' => 'bycard'
+ 'data-type' => 'bycard',
+ 'hint' => $lang->project->bycard
))
))),
hasPriv('project', 'export') ? item(set(array
diff --git a/module/project/ui/browsebylist.html.php b/module/project/ui/browsebylist.html.php
index 6aed874648..755cc39e1e 100644
--- a/module/project/ui/browsebylist.html.php
+++ b/module/project/ui/browsebylist.html.php
@@ -38,12 +38,14 @@ toolbar
(
'icon' => 'list',
'class' => 'btn-icon switchButton text-primary',
- 'data-type' => 'bylist'
+ 'data-type' => 'bylist',
+ 'hint' => $lang->project->bylist
), array
(
'icon' => 'cards-view',
'class' => 'switchButton btn-icon',
- 'data-type' => 'bycard'
+ 'data-type' => 'bycard',
+ 'hint' => $lang->project->bycard
))
))),
hasPriv('project', 'export') ? item(set(array