Skip to content

Commit 52624d2

Browse files
committed
Resolve Mass Delete Widget should have "Confirmation Modal"
1 parent 36ea828 commit 52624d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Widget/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ Product,Product
7171
Conditions,Conditions
7272
"Widget ID","Widget ID"
7373
"Inserting a widget does not create a widget instance.","Inserting a widget does not create a widget instance."
74+
"Are you sure you want to delete the selected widget(s)?","Are you sure you want to delete the selected widget(s)?"

app/code/Magento/Widget/view/adminhtml/layout/adminhtml_widget_instance_block.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<item name="label" xsi:type="string" translate="true">Delete</item>
2626
<item name="url" xsi:type="string">*/*/massDelete</item>
2727
<item name="selected" xsi:type="string">0</item>
28+
<item name="confirm" xsi:type="string" translate="true">Are you sure you want to delete the selected widget(s)?</item>
2829
</item>
2930
</argument>
3031
</arguments>

0 commit comments

Comments
 (0)