]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/buttons/delete-button.component.html
Fix Delete title button
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / delete-button.component.html
1 <span class="action-button action-button-delete" [title]="getTitle()" role="button">
2 <span class="icon icon-delete-grey"></span>
3
4 <span class="button-label" *ngIf="label">{{ label }}</span>
5 <span class="button-label" i18n *ngIf="!label">Delete</span>
6 </span>