diff --git a/framework/core/js/src/forum/components/PostStream.js b/framework/core/js/src/forum/components/PostStream.js index afb6a2756..de3351845 100644 --- a/framework/core/js/src/forum/components/PostStream.js +++ b/framework/core/js/src/forum/components/PostStream.js @@ -47,7 +47,7 @@ export default class PostStream extends Component { attrs['data-id'] = post.id(); attrs['data-type'] = post.contentType(); - // If the post before this one was more than 4 hours ago, we will + // If the post before this one was more than 4 days ago, we will // display a 'time gap' indicating how long it has been in between // the posts. const dt = time - lastTime;