Skip to content

Commit f5bcf38

Browse files
authored
ENGCOM-5682: Resolve Mass Delete Subscribers doesn't have "confirm" message issue24248 #24249
2 parents d1e1d02 + 1af9580 commit f5bcf38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,4 @@ Store,Store
152152
"Store View","Store View"
153153
"Newsletter Subscriptions","Newsletter Subscriptions"
154154
"We have updated your subscription.","We have updated your subscription."
155+
"Are you sure you want to delete the selected subscriber(s)?","Are you sure you want to delete the selected subscriber(s)?"

app/code/Magento/Newsletter/view/adminhtml/layout/newsletter_subscriber_block.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<item name="delete" xsi:type="array">
3030
<item name="label" xsi:type="string" translate="true">Delete</item>
3131
<item name="url" xsi:type="string">*/*/massDelete</item>
32+
<item name="confirm" xsi:type="string" translate="true">Are you sure you want to delete the selected subscriber(s)?</item>
3233
</item>
3334
</argument>
3435
</arguments>

0 commit comments

Comments
 (0)