Skip to content

Commit a70c62e

Browse files
committed
Merge branch 'patch-1' of github.com:nuzil/magento2 into 2.4-develop-prs
2 parents d535d73 + 7bb7e2d commit a70c62e

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/NewRelicReporting/etc/adminhtml

1 file changed

+2
-2
lines changed

app/code/Magento/NewRelicReporting/etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
</depends>
6969
</field>
7070
<field id="separate_apps" translate="label comment" type="select" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="1">
71-
<label>Send Adminhtml and Frontend as Separate Apps</label>
71+
<label>Send each Magento Area Code as Separate App</label>
7272
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
73-
<comment>In addition to the main app (which includes all PHP execution), separate apps for adminhtml and frontend will be created. Requires New Relic Application Name to be set.</comment>
73+
<comment>In addition to the main app (which includes all PHP execution), separate apps for each Magento area code (adminhtml, frontend, ...) will be created. Requires New Relic Application Name to be set.</comment>
7474
<depends>
7575
<field id="enable">1</field>
7676
</depends>

0 commit comments

Comments
 (0)