Skip to content

Commit 2fec8f5

Browse files
authored
renaming external strings magento -> adobe commerce and fb -> meta (#179)
1 parent 001a04a commit 2fec8f5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/code/Meta/Catalog/Block/Adminhtml/System/Config/ProductFeed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function getButtonHtml()
7979
{
8080
/** @var Button $button */
8181
$button = $this->getLayout()->createBlock(Button::class);
82-
return $button->setData(['id' => 'fb_feed_upload_btn', 'label' => __('Upload to Facebook')])
82+
return $button->setData(['id' => 'fb_feed_upload_btn', 'label' => __('Upload to Meta')])
8383
->toHtml();
8484
}
8585
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<label>Incremental Product Updates</label>
2727
<config_path>facebook/catalog_management/incremental_product_updates</config_path>
2828
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
29-
<comment>Synchronize changes with Facebook every time a product is saved or deleted</comment>
29+
<comment>Synchronize changes with Meta every time a product is saved or deleted</comment>
3030
</field>
3131
<field id="product_identifier" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="1">
3232
<label>Product Identifier</label>
3333
<config_path>facebook/catalog_management/product_identifier</config_path>
3434
<source_model>Meta\Catalog\Model\Config\Source\Product\Identifier</source_model>
35-
<comment>Magento product attribute mapped to Retailer ID / Content ID on Facebook. Warning: use with caution, as changing this option after uploading products to FB might result in having duplicate products in your FB catalog</comment>
35+
<comment>Adobe Commerce product attribute mapped to Retailer ID / Content ID on Meta. Warning: use with caution, as changing this option after uploading products to Meta might result in having duplicate products in your Meta catalog</comment>
3636
</field>
3737
<field id="price_incl_tax" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="1">
3838
<label>Price Including Tax</label>
@@ -60,7 +60,7 @@
6060
<label>Scheduled Inventory Upload</label>
6161
<config_path>facebook/inventory_management/enable_inventory_upload</config_path>
6262
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
63-
<comment>Enable product inventory upload from Magento to your Meta catalog every 15 minutes</comment>
63+
<comment>Enable product inventory upload from Adobe Commerce to your Meta catalog every 15 minutes</comment>
6464
</field>
6565
</group>
6666
</section>

app/code/Meta/Catalog/view/adminhtml/templates/system/config/product_feed.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
<span id="fb_feed_upload_result_response_toggle" style="display: none; cursor: pointer; color: #888a85; text-decoration: underline;">(response)</span>
5858
<div id="fb_feed_upload_result_response" style="display: none; color: #888a85; font-size: 13px; max-width: 459px; margin: 2px 0;"></div>
5959
</span>
60-
<p class="note"><span>Upload products from <?= $block->getStoreNameForComment() ?> to Facebook</span></p>
60+
<p class="note"><span>Upload products from <?= $block->getStoreNameForComment() ?> to Meta</span></p>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<label>Enable Orders Sync</label>
1313
<config_path>facebook/orders_sync/active</config_path>
1414
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
15-
<comment>Orders are pulled from FB Commerce Account every 15 minutes by default (schedule can be edited in crontab.xml), order updates are sent from Magento to Facebook in real time</comment>
15+
<comment>Orders are pulled from Meta Commerce Account every 15 minutes by default (schedule can be edited in crontab.xml), order updates are sent from Adobe Commerce to Meta in real time</comment>
1616
</field>
1717
<field id="default_order_status" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="1">
1818
<label>Default Order Status</label>
@@ -29,7 +29,7 @@
2929
<depends>
3030
<field id="facebook_business_extension/orders_sync/active">1</field>
3131
</depends>
32-
<comment>Pull orders awaiting acknowledgement from your FB Commerce Account</comment>
32+
<comment>Pull orders awaiting acknowledgement from your Meta Commerce Account</comment>
3333
</field>
3434
<field id="auto_subscribe_to_newsletter" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="1">
3535
<label>Subscribe to Newsletter</label>
@@ -38,7 +38,7 @@
3838
<depends>
3939
<field id="facebook_business_extension/orders_sync/active">1</field>
4040
</depends>
41-
<comment>Automatically subscribe buyers to the Magento newsletter. Note: only works if the buyer agreed to use their email for marketing purposes on FB/IG</comment>
41+
<comment>Automatically subscribe buyers to the Adobe Commerce newsletter. Note: only works if the buyer agreed to use their email for marketing purposes on Meta</comment>
4242
</field>
4343
<field id="default_fulfillment_location" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="1">
4444
<label>Use Default Fulfillment Location</label>

0 commit comments

Comments
 (0)