Skip to content

Commit c353106

Browse files
committed
fix: Fix the hint output
1 parent 39cc220 commit c353106

File tree

1 file changed

+4
-1
lines changed
  • view/adminhtml/templates/system/config/fieldset

1 file changed

+4
-1
lines changed

view/adminhtml/templates/system/config/fieldset/hint.phtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@
1616
*/
1717

1818
/** @var Sozo\Feedbucket\Block\System\Config\Form\Fieldset\Hint $block */
19+
/** @var $escaper \Magento\Framework\Escaper */
1920
?>
2021
<div id="sozo-container">
2122
<img src='<?=$block->escapeUrl($block->getViewFileUrl('Sozo_Core::images/sozo_magento_plugin_about.png')) ?>'
2223
alt="sozo image icon">
2324
<div>
2425
<p>
25-
<strong><?= $block->escapeHtml(__('SOZO Design')) ?></strong>
26+
<strong><?= $escaper->escapeHtml(__(sprintf('SOZO Design Feedbucket version %s', $block->getVersion()))); ?></strong>
27+
<br>
28+
<strong><?= $escaper->escapeHtml(__('Output the Feedbucket code on your Magento Website')); ?></strong>
2629
</p>
2730
<p>
2831
<?= $block->escapeHtml(__('Website'))?>:

0 commit comments

Comments
 (0)