Skip to content

Commit 930e066

Browse files
committed
Improved event listing info v2
1 parent 83b55d6 commit 930e066

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

view/adminhtml/templates/system/config/event/list.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $eventsExtra = [
7878
</div>
7979
<?php if (!$block->isPlusEnabled() || !$block->isExtraEnabled()) { ?>
8080
<button title="Upgrade" type="button" class="primary" onclick="window.open('https://magefan.com/magento-2-google-tag-manager/pricing')">
81-
<span>Upgrade to GTM <?php if (!$block->isPlusEnabled()) echo 'Plus or' ?> Extra</span>
81+
<span>Upgrade to GTM <?php if (!$block->isPlusEnabled()) { echo 'Plus or'; } ?> Extra</span>
8282
</button>
8383
<?php } ?>
8484
</div>

0 commit comments

Comments
 (0)