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

Commit c0a6b4a

Browse files
authored
Merge pull request #2 from Yogeshks/2.3-develop-PR-port-15364
[Forwardport] Added language translation for comment tag
2 parents b5feecc + 60bc9a8 commit c0a6b4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<resource>Magento_Sales::fraud_protection</resource>
1414
<group id="signifyd" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
1515
<fieldset_css>signifyd-logo-header</fieldset_css>
16-
<group id="about" translate="label" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="0">
16+
<group id="about" translate="label comment" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="0">
1717
<frontend_model>Magento\Signifyd\Block\Adminhtml\System\Config\Fieldset\Info</frontend_model>
1818
<fieldset_css>signifyd-about-header</fieldset_css>
1919
<label><![CDATA[Protect your store from fraud with Guaranteed Fraud Protection by Signifyd.]]></label>
@@ -26,12 +26,12 @@
2626
</comment>
2727
<more_url>https://www.signifyd.com/magento-guaranteed-fraud-protection</more_url>
2828
</group>
29-
<group id="config" translate="label" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="0">
29+
<group id="config" translate="label comment" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="0">
3030
<fieldset_css>signifyd-about-header</fieldset_css>
3131
<label>Configuration</label>
3232
<comment><![CDATA[<a href="https://www.signifyd.com/resources/manual/magento-2/signifyd-on-magento-integration-guide/" target="_blank">View our setup guide</a> for step-by-step instructions on how to integrate Signifyd with Magento.<br />For support contact <a href="mailto:[email protected]">[email protected]</a>.]]>
3333
</comment>
34-
<field id="active" translate="label comment" type="select" showInDefault="1" showInWebsite="1" showInStore="0">
34+
<field id="active" translate="label" type="select" showInDefault="1" showInWebsite="1" showInStore="0">
3535
<label>Enable this Solution</label>
3636
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
3737
<config_path>fraud_protection/signifyd/active</config_path>

0 commit comments

Comments
 (0)