]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-miniature/videos-selection.component.html
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / videos-selection.component.html
index 6c6db4b966993da3b5da4f9124b848f215bd07e5..8931158a95698e44d3744d6271ef5345d580dc5f 100644 (file)
@@ -20,9 +20,9 @@
     <!-- Display only once -->
     <div class="action-selection-mode" *ngIf="isInSelectionMode() === true && i === 0">
       <div class="action-selection-mode-child">
-        <span i18n class="action-button action-button-cancel-selection" (click)="abortSelectionMode()">
+        <button i18n class="action-button action-button-cancel-selection" (click)="abortSelectionMode()">
           Cancel
-        </span>
+        </button>
 
         <ng-container *ngTemplateOutlet="globalButtonsTemplate"></ng-container>
       </div>