]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/delete-button.component.html
Better typings
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / delete-button.component.html
index 7924902193857184e330be37b27589ff9103a6dc..6c55d810493538c46fc9578f4e40469ddd13e2bf 100644 (file)
@@ -1,4 +1,4 @@
-<span class="action-button action-button-delete" [title]="label" role="button">
+<span class="action-button action-button-delete" [title]="getTitle()" role="button">
   <span class="icon icon-delete-grey"></span>
 
   <span class="button-label" *ngIf="label">{{ label }}</span>