diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-03 10:02:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-03 10:02:55 +0200 |
commit | 60709df53602def422e8c32509c27c65b52cb1bd (patch) | |
tree | 83ec16f4204fe00c4368083a64b3050775f08a74 /client/src/app/shared/buttons/delete-button.component.html | |
parent | 38d937002a731ecc8edc6b81018e27663580ee96 (diff) | |
download | PeerTube-60709df53602def422e8c32509c27c65b52cb1bd.tar.gz PeerTube-60709df53602def422e8c32509c27c65b52cb1bd.tar.zst PeerTube-60709df53602def422e8c32509c27c65b52cb1bd.zip |
Fix Delete title button
Diffstat (limited to 'client/src/app/shared/buttons/delete-button.component.html')
-rw-r--r-- | client/src/app/shared/buttons/delete-button.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/buttons/delete-button.component.html b/client/src/app/shared/buttons/delete-button.component.html index 792490219..6c55d8104 100644 --- a/client/src/app/shared/buttons/delete-button.component.html +++ b/client/src/app/shared/buttons/delete-button.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <span class="action-button action-button-delete" [title]="label" role="button"> | 1 | <span class="action-button action-button-delete" [title]="getTitle()" role="button"> |
2 | <span class="icon icon-delete-grey"></span> | 2 | <span class="icon icon-delete-grey"></span> |
3 | 3 | ||
4 | <span class="button-label" *ngIf="label">{{ label }}</span> | 4 | <span class="button-label" *ngIf="label">{{ label }}</span> |