diff options
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.html')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 6e18ab6a6..fffcc1275 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -146,7 +146,7 @@ | |||
146 | <div class="video-info-description-more" *ngIf="completeDescriptionShown === false && video.description?.length >= 250" (click)="showMoreDescription()"> | 146 | <div class="video-info-description-more" *ngIf="completeDescriptionShown === false && video.description?.length >= 250" (click)="showMoreDescription()"> |
147 | <ng-container i18n>Show more</ng-container> | 147 | <ng-container i18n>Show more</ng-container> |
148 | <span *ngIf="descriptionLoading === false" class="glyphicon glyphicon-menu-down"></span> | 148 | <span *ngIf="descriptionLoading === false" class="glyphicon glyphicon-menu-down"></span> |
149 | <my-loader class="description-loading" [loading]="descriptionLoading"></my-loader> | 149 | <my-small-loader class="description-loading" [loading]="descriptionLoading"></my-small-loader> |
150 | </div> | 150 | </div> |
151 | 151 | ||
152 | <div *ngIf="completeDescriptionShown === true" (click)="showLessDescription()" class="video-info-description-more"> | 152 | <div *ngIf="completeDescriptionShown === true" (click)="showLessDescription()" class="video-info-description-more"> |