Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from Yogeshks/2.3-develop-PR-port-15364
Browse files Browse the repository at this point in the history
[Forwardport] Added language translation for comment tag
  • Loading branch information
yogeshks authored May 26, 2018
2 parents b5feecc + 60bc9a8 commit c0a6b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/code/Magento/Signifyd/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<resource>Magento_Sales::fraud_protection</resource>
<group id="signifyd" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
<fieldset_css>signifyd-logo-header</fieldset_css>
<group id="about" translate="label" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="0">
<group id="about" translate="label comment" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="0">
<frontend_model>Magento\Signifyd\Block\Adminhtml\System\Config\Fieldset\Info</frontend_model>
<fieldset_css>signifyd-about-header</fieldset_css>
<label><![CDATA[Protect your store from fraud with Guaranteed Fraud Protection by Signifyd.]]></label>
Expand All @@ -26,12 +26,12 @@
</comment>
<more_url>https://www.signifyd.com/magento-guaranteed-fraud-protection</more_url>
</group>
<group id="config" translate="label" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="0">
<group id="config" translate="label comment" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="0">
<fieldset_css>signifyd-about-header</fieldset_css>
<label>Configuration</label>
<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:support@signifyd.com">support@signifyd.com</a>.]]>
</comment>
<field id="active" translate="label comment" type="select" showInDefault="1" showInWebsite="1" showInStore="0">
<field id="active" translate="label" type="select" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Enable this Solution</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<config_path>fraud_protection/signifyd/active</config_path>
Expand Down

0 comments on commit c0a6b4a

Please sign in to comment.