We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f053dd commit a467597Copy full SHA for a467597
app/code/Magento/Integration/view/adminhtml/templates/integration/popup_container.phtml
@@ -33,8 +33,8 @@
33
$('div#integrationGrid').on('click', 'button#delete', function (e) {
34
35
new Confirm({
36
- title: 'Are you sure?',
37
- content: "Are you sure you want to delete this integration? You can't undo this action.",
+ title: '<?= /* @escapeNotVerified */ __('Are you sure?') ?>',
+ content: "<?= /* @escapeNotVerified */ __("Are you sure you want to delete this integration? You can't undo this action.") ?>",
38
actions: {
39
confirm: function () {
40
window.location.href = $(e.target).data('url');
0 commit comments