diff --git a/mod/notifications.php b/mod/notifications.php index 9765c14526..1c680794e4 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') + )); } } diff --git a/view/en/intros.tpl b/view/intros.tpl similarity index 96% rename from view/en/intros.tpl rename to view/intros.tpl index f903515ca5..4534f21916 100644 --- a/view/en/intros.tpl +++ b/view/intros.tpl @@ -8,8 +8,8 @@
$note
- - + +