diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment-add.component.html | 2 |
1 files changed, 1 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 9441edfb1..4a48f4649 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 | |||
@@ -28,7 +28,7 @@ | |||
28 | <h4 class="modal-title" id="modal-basic-title" i18n>You are one step away from commenting</h4> | 28 | <h4 class="modal-title" id="modal-basic-title" i18n>You are one step away from commenting</h4> |
29 | <button type="button" class="close" aria-label="Close" (click)="hideVisitorModal()"></button> | 29 | <button type="button" class="close" aria-label="Close" (click)="hideVisitorModal()"></button> |
30 | </div> | 30 | </div> |
31 | <div class="modal-body" i18n> | 31 | <div class="modal-body"> |
32 | <span i18n> | 32 | <span i18n> |
33 | If you have an account on this instance, you can login: | 33 | If you have an account on this instance, you can login: |
34 | </span> | 34 | </span> |