diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment-add.component.html | 2 | ||||
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.html b/client/src/app/videos/+video-watch/comment/video-comment-add.component.html index 916f5d0ff..cce8455e0 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.html | |||
@@ -34,7 +34,7 @@ | |||
34 | </span> | 34 | </span> |
35 | <span class="btn btn-sm mx-3" role="button" (click)="gotoLogin()" i18n>login to comment</span> | 35 | <span class="btn btn-sm mx-3" role="button" (click)="gotoLogin()" i18n>login to comment</span> |
36 | <span i18n> | 36 | <span i18n> |
37 | Otherwise you can comment using an account on any ActivityPub-compatible instance. | 37 | Otherwise, you can comment using an account on any ActivityPub-compatible instance. |
38 | On most platforms, you can find the video by typing its URL in the search bar and then comment it | 38 | On most platforms, you can find the video by typing its URL in the search bar and then comment it |
39 | from within the software's interface. | 39 | from within the software's interface. |
40 | </span> | 40 | </span> |
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 a3e5ed880..57b98afce 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 | |||
@@ -158,7 +158,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy { | |||
158 | } | 158 | } |
159 | 159 | ||
160 | if (commentToDelete.isLocal) { | 160 | if (commentToDelete.isLocal) { |
161 | message += this.i18n(' The deletion will be sent to remote instances so they remove the comment too.') | 161 | message += this.i18n(' The deletion will be sent to remote instances, so they remove the comment too.') |
162 | } else { | 162 | } else { |
163 | message += this.i18n(' It is a remote comment, so the deletion will only be effective on your instance.') | 163 | message += this.i18n(' It is a remote comment, so the deletion will only be effective on your instance.') |
164 | } | 164 | } |