diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-28 13:42:33 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-28 13:42:33 +0200 |
commit | 8be9f43aed84aa82a4a8e166c0855bd19e8afa90 (patch) | |
tree | 037aaffc284f35651e1cf9a47b9c79d51adfa3e5 /client/src/app/videos | |
parent | 5ce1208a0a57d566b5b1fd57ec291a7d053ebaf0 (diff) | |
download | PeerTube-8be9f43aed84aa82a4a8e166c0855bd19e8afa90.tar.gz PeerTube-8be9f43aed84aa82a4a8e166c0855bd19e8afa90.tar.zst PeerTube-8be9f43aed84aa82a4a8e166c0855bd19e8afa90.zip |
correct local subscribe in the subscription menu
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment-add.component.html | 7 |
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> |