mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2025-01-18 23:40:40 +01:00
Convert Invidious comment publishText to locale (#2758)
This commit is contained in:
parent
414ef5545a
commit
12cfe6a3fb
@ -273,8 +273,9 @@ export default Vue.extend({
|
||||
}
|
||||
|
||||
comment.replies = []
|
||||
|
||||
comment.time = comment.publishedText
|
||||
comment.time = toLocalePublicationString({
|
||||
publishText: comment.publishedText
|
||||
})
|
||||
|
||||
return comment
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user