diff options
Diffstat (limited to 'client/src/app/+my-account/my-account-videos/my-account-videos.component.html')
-rw-r--r-- | client/src/app/+my-account/my-account-videos/my-account-videos.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html index faeb3b56c..779b42ab7 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html | |||
@@ -31,9 +31,9 @@ | |||
31 | 31 | ||
32 | <ng-template ptTemplate="rowButtons" let-video> | 32 | <ng-template ptTemplate="rowButtons" let-video> |
33 | <div class="action-button"> | 33 | <div class="action-button"> |
34 | <my-delete-button (click)="deleteVideo(video)"></my-delete-button> | 34 | <my-delete-button label (click)="deleteVideo(video)"></my-delete-button> |
35 | 35 | ||
36 | <my-edit-button [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button> | 36 | <my-edit-button label [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button> |
37 | 37 | ||
38 | <my-button i18n-label label="Change ownership" | 38 | <my-button i18n-label label="Change ownership" |
39 | className="action-button-change-ownership grey-button" | 39 | className="action-button-change-ownership grey-button" |