Skip to content

Commit e2a98a3

Browse files
authored
Removing &amp from settings and menu xml (#588)
* Removing &amp from settings and menu xml * remaining callsite
1 parent 85fab3b commit e2a98a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Meta/BusinessExtension/etc/adminhtml/menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
44
<menu>
55
<add id="Meta_BusinessExtension::facebook"
6-
title="Facebook &amp; Instagram"
6+
title="Facebook and Instagram"
77
translate="title"
88
module="Meta_BusinessExtension"
99
sortOrder="50"

app/code/Meta/BusinessExtension/etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
44
<system>
55
<tab id="facebook" translate="label" sortOrder="1000">
6-
<label>Facebook &amp; Instagram</label>
6+
<label>Facebook and Instagram</label>
77
</tab>
88
<section id="facebook_business_extension" translate="label" sortOrder="5" showInDefault="1" showInWebsite="0"
99
showInStore="1">
@@ -73,7 +73,7 @@
7373
showInWebsite="0" showInStore="1">
7474
<fieldset_css>meta-section-config</fieldset_css>
7575
<label>Business Settings</label>
76-
<comment>Set your preferred business settings for Facebook &amp; Instagram.
76+
<comment>Set your preferred business settings for Facebook and Instagram.
7777
</comment>
7878
<depends>
7979
<field id="facebook_business_extension/business_extension/active">1</field>

0 commit comments

Comments
 (0)