summaryrefslogtreecommitdiff
path: root/actions/all.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/all.php')
-rw-r--r--actions/all.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/all.php b/actions/all.php
index 7cd1f5beb..3994e8666 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -43,6 +43,7 @@ class AllAction extends ShowstreamAction {
$notice->find();
common_element_start('div', 'notices');
+ common_element('h2', 'notices', _t('Notices'));
while ($notice->fetch()) {
$this->show_notice($notice);