From 41a94d07f00f53d4624205fa4b23553a11e305dc Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 11 Apr 2020 15:58:44 +0200 Subject: Refactor from-now pipe to display the two most significant intervals --- client/src/app/videos/+video-watch/comment/video-comments.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/comment/video-comments.component.ts') 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 { let message = 'Do you really want to delete this comment?' if (commentToDelete.isLocal) { - message += this.i18n(' The deletion will be sent to remote instances, so they remove the comment too.') + message += this.i18n(' The deletion will be sent to remote instances so they can reflect the change.') } else { message += this.i18n(' It is a remote comment, so the deletion will only be effective on your instance.') } -- cgit v1.2.3