ConstData.xml 765 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <!-- @TODO: Get rid off this workaround and its usages after MQE-498 is implemented -->
  11. <entity name="CONST" type="CONST">
  12. <data key="successGuestCheckoutOrderNumberMessage">Your order # is:</data>
  13. <data key="successCheckoutOrderNumberMessage">Your order number is:</data>
  14. <data key="successCheckoutEmailYouMessage">We'll email you an order confirmation with details and tracking info.</data>
  15. </entity>
  16. </entities>