aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-04-11 15:58:44 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-04-11 16:05:50 +0200
commit41a94d07f00f53d4624205fa4b23553a11e305dc (patch)
treef8031f19fdd6f918d315a863ffc464cfe6c4c30c /client/src/app/videos/+video-watch/comment/video-comments.component.ts
parent62eacb420945020d354037c5d5cdf2885529f52a (diff)
downloadPeerTube-41a94d07f00f53d4624205fa4b23553a11e305dc.tar.gz
PeerTube-41a94d07f00f53d4624205fa4b23553a11e305dc.tar.zst
PeerTube-41a94d07f00f53d4624205fa4b23553a11e305dc.zip
Refactor from-now pipe to display the two most significant intervals
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comments.component.ts')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.ts b/client/src/app/videos/+video-watch/comment/video-comments.component.ts
index f1408effb..c6c28e3f7 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.ts
@@ -169,7 +169,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy {
169 let message = 'Do you really want to delete this comment?' 169 let message = 'Do you really want to delete this comment?'
170 170
171 if (commentToDelete.isLocal) { 171 if (commentToDelete.isLocal) {
172 message += this.i18n(' The deletion will be sent to remote instances, so they remove the comment too.') 172 message += this.i18n(' The deletion will be sent to remote instances so they can reflect the change.')
173 } else { 173 } else {
174 message += this.i18n(' It is a remote comment, so the deletion will only be effective on your instance.') 174 message += this.i18n(' It is a remote comment, so the deletion will only be effective on your instance.')
175 } 175 }