Skip to content

Commit 205e9fa

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-44773: [Product Video] Delete video button has title "Delete Image"
1 parent f578e54 commit 205e9fa

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ProductVideo/view/adminhtml/templates/helper

1 file changed

+2
-2
lines changed

app/code/Magento/ProductVideo/view/adminhtml/templates/helper/gallery.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ $elementName = $block->getElement()->getName() . '[images]';
116116
<button type="button"
117117
class="action-delete"
118118
data-role="delete-button"
119-
title="<?php /* @escapeNotVerified */ echo __('Delete image') ?>">
120-
<span> <?php /* @escapeNotVerified */ echo __('Delete image') ?></span >
119+
title="<?php /* @escapeNotVerified */ echo __('Delete video') ?>">
120+
<span> <?php /* @escapeNotVerified */ echo __('Delete video') ?></span >
121121
</button>
122122
<button type="button"
123123
class="action-make-base"

0 commit comments

Comments
 (0)