diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/comment/video-comment-add.component.html | 8 |
1 files changed, 2 insertions, 6 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 ca9cd863b..fdefed09a 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 | |||
@@ -57,13 +57,9 @@ | |||
57 | </div> | 57 | </div> |
58 | <div class="modal-body"> | 58 | <div class="modal-body"> |
59 | <span i18n> | 59 | <span i18n> |
60 | You can comment using an account on any ActivityPub-compatible instance. | 60 | You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). |
61 | On most platforms, you can find the video by typing its URL in the search bar and then comment it | ||
62 | from within the software's interface. | ||
63 | </span> | ||
64 | <span i18n> | ||
65 | If you have an account on Mastodon or Pleroma, you can open it directly in their interface: | ||
66 | </span> | 61 | </span> |
62 | |||
67 | <my-remote-subscribe [interact]="true" [uri]="getUri()"></my-remote-subscribe> | 63 | <my-remote-subscribe [interact]="true" [uri]="getUri()"></my-remote-subscribe> |
68 | </div> | 64 | </div> |
69 | <div class="modal-footer inputs"> | 65 | <div class="modal-footer inputs"> |