<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <section id="recaptcha_frontend">
            <group id="failure_messages" translate="label" type="text" sortOrder="950" showInDefault="1" showInWebsite="1"
                   showInStore="1">
                <label>reCAPTCHA Failure Messages</label>

                <field id="validation_failure_message" translate="label" type="textarea" sortOrder="10" showInDefault="1"
                       showInWebsite="1" showInStore="1" canRestore="1">
                    <label>reCAPTCHA Validation Failure Message</label>
                </field>

                <field id="technical_failure_message" translate="label" type="textarea" sortOrder="20" showInDefault="1"
                       showInWebsite="1" showInStore="1" canRestore="1">
                    <label>reCAPTCHA Technical Failure Message</label>
                </field>
            </group>
        </section>
    </system>
</config>
