summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index b7a96f0ab..ec91f1d4f 100644
--- a/actions/shownotice.php
+++ b/actions/shownotice.php
@@ -36,7 +36,7 @@ class ShownoticeAction extends Action {
# Looks like we're good; show the header
- common_show_header($profile->nickname);
+ common_show_header($profile->nickname." status on ".$notice->created);
$this->show_notice($notice);