aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/delete-button.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-03 10:02:55 +0200
committerChocobozzz <me@florianbigard.com>2018-10-03 10:02:55 +0200
commit60709df53602def422e8c32509c27c65b52cb1bd (patch)
tree83ec16f4204fe00c4368083a64b3050775f08a74 /client/src/app/shared/buttons/delete-button.component.html
parent38d937002a731ecc8edc6b81018e27663580ee96 (diff)
downloadPeerTube-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.html2
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>