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.
2 parents 890bf89 + e915796 commit c3f0b2aCopy full SHA for c3f0b2a
app/code/Magento/AdvancedSearch/view/adminhtml/templates/system/config/testconnection.phtml
@@ -11,5 +11,5 @@
11
"successText": "<?= $block->escapeHtmlAttr(__('Successful! Test again?')) ?>",
12
"failedText": "<?= $block->escapeHtmlAttr(__('Connection failed! Test again?')) ?>",
13
"fieldMapping": "<?= /* @noEscape */ $block->getFieldMapping() ?>"}, "validation": {}}'>
14
- <span><span><span id="<?= $block->getHtmlId() ?>_result"><?= $block->escapeHtml($block->getButtonLabel()) ?></span></span></span>
+ <span id="<?= $block->getHtmlId() ?>_result"><?= $block->escapeHtml($block->getButtonLabel()) ?></span>
15
</button>
0 commit comments