diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.js b/src/renderer/components/watch-video-comments/watch-video-comments.js index 95a373c2..6ea0d94b 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.js +++ b/src/renderer/components/watch-video-comments/watch-video-comments.js @@ -273,8 +273,9 @@ export default Vue.extend({ } comment.replies = [] - - comment.time = comment.publishedText + comment.time = toLocalePublicationString({ + publishText: comment.publishedText + }) return comment })