diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/annotation/latest_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/annotation/latest_comments.php b/views/default/annotation/latest_comments.php index e7feb6614..e1181b63e 100644 --- a/views/default/annotation/latest_comments.php +++ b/views/default/annotation/latest_comments.php @@ -17,7 +17,7 @@ if($vars['comments']){ if($entity->title){ $objecttitle = $entity->title; }else{ - $objecttitle = elgg_echo('file:untitled'); + $objecttitle = elgg_echo('untitled'); } //if the entity has been deleted, don't link to it |