Skip to content

Added language translation for comment tag #15364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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