aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-support.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-30 10:33:06 +0100
committerChocobozzz <me@florianbigard.com>2019-12-30 10:40:10 +0100
commit1f3a605e10a6e5fc820f9287a382a11d6dca41b4 (patch)
treed5e021f7001db5407d6b7e057374eac04f591ae2 /client/src/app/videos/+video-watch/modal/video-support.component.html
parentda69b88638914755900b26bf55482c9d6846e42c (diff)
downloadPeerTube-1f3a605e10a6e5fc820f9287a382a11d6dca41b4.tar.gz
PeerTube-1f3a605e10a6e5fc820f9287a382a11d6dca41b4.tar.zst
PeerTube-1f3a605e10a6e5fc820f9287a382a11d6dca41b4.zip
Fix support modal title
Diffstat (limited to 'client/src/app/videos/+video-watch/modal/video-support.component.html')
-rw-r--r--client/src/app/videos/+video-watch/modal/video-support.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-support.component.html b/client/src/app/videos/+video-watch/modal/video-support.component.html
index 90ca8897f..608a4632b 100644
--- a/client/src/app/videos/+video-watch/modal/video-support.component.html
+++ b/client/src/app/videos/+video-watch/modal/video-support.component.html
@@ -1,6 +1,6 @@
1<ng-template #modal let-hide="close"> 1<ng-template #modal let-hide="close">
2 <div class="modal-header"> 2 <div class="modal-header">
3 <h4 i18n class="modal-title">Support {{ user?.account?.displayName }}</h4> 3 <h4 i18n class="modal-title">Support {{ video.account.displayName }}</h4>
4 <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon> 4 <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon>
5 </div> 5 </div>
6 6