Skip to content

Commit a9a508d

Browse files
committed
Fixed static tests
1 parent b326cc1 commit a9a508d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/action/deleteImageWithDetailConfirmation.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ define([
2121
* @param {String} deleteImageUrl
2222
*/
2323
deleteImageAction: function (recordsIds, imageDetailsUrl, deleteImageUrl) {
24-
var imagesCount = Object.keys(recordsIds).length,
25-
confirmationContent = $t('%1 Are you sure you want to delete "%2" image(s)?')
24+
var confirmationContent = $t('%1 Are you sure you want to delete "%2" image(s)?')
2625
.replace('%2', Object.keys(recordsIds).length),
2726
deferred = $.Deferred();
2827

0 commit comments

Comments
 (0)