diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-11 15:58:44 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-11 16:05:50 +0200 |
commit | 41a94d07f00f53d4624205fa4b23553a11e305dc (patch) | |
tree | f8031f19fdd6f918d315a863ffc464cfe6c4c30c /client/src/app/videos | |
parent | 62eacb420945020d354037c5d5cdf2885529f52a (diff) | |
download | PeerTube-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')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.ts | 2 |
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 | } |