Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 733115e

Browse files
Merge pull request #11 from yogeshsuhagiya/2.2-develop-PR-port-21175
[Backport] Added translation for comment tag
2 parents 88ad7a6 + eaf914b commit 733115e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<section id="sales">
1111
<group id="msrp" translate="label" type="text" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="0">
1212
<label>Minimum Advertised Price</label>
13-
<field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
13+
<field id="enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
1414
<label>Enable MAP</label>
1515
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
1616
<comment>

app/code/Magento/Msrp/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Price,Price
1313
"Add to Cart","Add to Cart"
1414
"Minimum Advertised Price","Minimum Advertised Price"
1515
"Enable MAP","Enable MAP"
16+
"<strong style=""color:red"">Warning!</strong> Enabling MAP by default will hide all product prices on Storefront.","<strong style=""color:red"">Warning!</strong> Enabling MAP by default will hide all product prices on Storefront."
1617
"Display Actual Price","Display Actual Price"
1718
"Default Popup Text Message","Default Popup Text Message"
1819
"Default ""What's This"" Text Message","Default ""What's This"" Text Message"

0 commit comments

Comments
 (0)