aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications.php')
-rw-r--r--mod/notifications.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php
index 9765c1452..1c680794e 100644
--- a/mod/notifications.php
+++ b/mod/notifications.php
@@ -116,7 +116,10 @@ function notifications_content(&$a) {
'$url' => $rr['url'],
'$knowyou' => $knowyou,
'$approve' => t('Approve'),
- '$note' => $rr['note']
+ '$note' => $rr['note'],
+ '$ignore' => t('Ignore'),
+ '$discard' => t('Discard')
+
));
}
}