aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment-add.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comment-add.component.html')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment-add.component.html7
1 files changed, 6 insertions, 1 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 4a48f4649..086a1d84e 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,12 @@
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 an 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
39 from within the software's interface.
40 </span>
41 <span i18n>
42 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
38 </span> 43 </span>
39 <my-remote-subscribe [interact]="true" account="{{ uri }}"></my-remote-subscribe> 44 <my-remote-subscribe [interact]="true" account="{{ uri }}"></my-remote-subscribe>
40 </div> 45 </div>