Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Block/Adminhtml/System/Config/Form/CacheWarmer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
$planText = (!$this->getModuleVersion->execute($this->getModuleName() . $this->getMinPlan()))
? __('To enable <strong>Page Cache Warmer</strong> please update to %1 or install %2.',
'<a href="#"><strong>Page Speed Optimization Extra</strong></a>',
'<a rel="noopener" target="_blank" href="https://magefan.com/magento-2-page-cache-warmer"><strong>Magento 2 Page Cache Warmer</strong></a>')
'<a rel="noopener" target="_blank" href="https://magefan.com/magento-2-full-page-cache-warmer"><strong>Magento 2 Page Cache Warmer</strong></a>')
: __('To enable <strong>Page Cache Warmer</strong> please navigate to')
. '<a href="' . $this->escapeHtml($this->getUrl('*/*/*', ['section' => 'mfpagecachewarmer'])) . '" target="_blank"> <strong>Stores > Configuration > Magefan Extensions > Cache Warmer</strong></a>.';

Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="mfspeedoptimizations" translate="label" type="text" sortOrder="10423249090" showInDefault="1" showInWebsite="1" showInStore="1">
<class>separator-top</class>
<class>mfspeedoptimizations</class>
<label>Page Speed Optimization</label>
<tab>magefan</tab>
<resource>Magefan_SpeedOptimization::config_section</resource>
Expand Down