summaryrefslogtreecommitdiff
path: root/app/Template/search/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/search/index.php')
-rw-r--r--app/Template/search/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/search/index.php b/app/Template/search/index.php
index 9231a6f3..d5d07ed6 100644
--- a/app/Template/search/index.php
+++ b/app/Template/search/index.php
@@ -2,8 +2,8 @@
<div class="page-header">
<ul>
<li>
- <i class="fa fa-folder fa-fw"></i>
- <?= $this->url->link(t('All projects'), 'project', 'index') ?>
+ <i class="fa fa-search fa-fw"></i>
+ <?= $this->url->link(t('Activity stream search'), 'search', 'activity') ?>
</li>
</ul>
</div>