Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit d5719d3

Browse files
yogeshsuhagiyarostyslav-hymon
authored andcommitted
Added translation for delete confirm popup box
1 parent 160e368 commit d5719d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Integration/view/adminhtml/templates/integration/popup_container.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
$('div#integrationGrid').on('click', 'button#delete', function (e) {
3434

3535
new Confirm({
36-
title: 'Are you sure?',
37-
content: "Are you sure you want to delete this integration? You can't undo this action.",
36+
title: '<?= /* @escapeNotVerified */ __('Are you sure?') ?>',
37+
content: "<?= /* @escapeNotVerified */ __("Are you sure you want to delete this integration? You can't undo this action.") ?>",
3838
actions: {
3939
confirm: function () {
4040
window.location.href = $(e.target).data('url');

0 commit comments

Comments
 (0)