diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 13:42:17 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 13:42:17 +0200 |
commit | f5d9558f66ba7b92c6f6ed21796e490a33149dd7 (patch) | |
tree | f30e8b56b2573faea4ceec35f478b3d35bafaf25 /client/src/app/videos | |
parent | 8c2b9756f946354c09ff7b6ce5ce7fdae1d8b2b7 (diff) | |
download | PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.tar.gz PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.tar.zst PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.zip |
various display improvements
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index 9919ac615..5aebd7f24 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html | |||
@@ -5,7 +5,7 @@ | |||
5 | </div> | 5 | </div> |
6 | <my-help | 6 | <my-help |
7 | *ngIf="video.commentsEnabled === true" helpType="custom" i18n-customHtml | 7 | *ngIf="video.commentsEnabled === true" helpType="custom" i18n-customHtml |
8 | customHtml="You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@{{video.account.name}}@{{video.account.host}}</strong> and find back the video. Direct commenting capabilities are being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/224'>#224</a>."></my-help> | 8 | customHtml="You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@{{video.account.name}}@{{video.account.host}}</strong> and find back the video."></my-help> |
9 | </div> | 9 | </div> |
10 | 10 | ||
11 | <ng-template [ngIf]="video.commentsEnabled === true"> | 11 | <ng-template [ngIf]="video.commentsEnabled === true"> |