diff --git a/modules/monitoring/application/views/scripts/show/components/comments.phtml b/modules/monitoring/application/views/scripts/show/components/comments.phtml index 5a4d351c0..bf42db4db 100644 --- a/modules/monitoring/application/views/scripts/show/components/comments.phtml +++ b/modules/monitoring/application/views/scripts/show/components/comments.phtml @@ -44,7 +44,7 @@ foreach ($object->comments as $comment) { ?> - escape($comment->author); ?> (timeSince($comment->timestamp); ?>) + escape($comment->author); ?> (timeAgo($comment->timestamp); ?>)