Skip to content

Commit 2b9a7c0

Browse files
committed
🌐 does changeing text
1 parent 70822b5 commit 2b9a7c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

etc/adminhtml/system/global.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<field id="create_order" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="50" translate="label" type="select">
6262
<label>Always creates order</label>
63-
<comment><![CDATA[From the moment this option is enabled, all orders will be created, regardless of whether they are successful or not.]]></comment>
63+
<comment><![CDATA[Create Magento's order even with failed payments]]></comment>
6464
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
6565
<config_path>mundipagg_mundipagg/global/create_order</config_path>
6666
</field>

i18n/en_US.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@
276276
"Card Number", "Card Number"
277277
"Module Version", "Module Version"
278278
"No brands available", "No brands available"
279-
"From the moment this option is enabled, all orders will be created, regardless of whether they are successful or not.", "From the moment this option is enabled, all orders will be created, regardless of whether they are successful or not."
279+
"Create Magento's order even with failed payments", "Create Magento's order even with failed payments"

i18n/pt_BR.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,4 @@
415415
"See the documentation on https://github.com/mundipagg/magento2/wiki/Plan-products", "Veja a documentação em https://github.com/mundipagg/magento2/wiki/Plan-products"
416416
"Module Version", "Versão do Módulo"
417417
"No brands available", "Nenhuma bandeira configurada"
418-
"From the moment this option is enabled, all orders will be created, regardless of whether they are successful or not.", "A partir do momento que essa opção for habilitada todos os pedidos serão criados, independente de serem sucesso ou não."
418+
"Create Magento's order even with failed payments", "Criar pedidos no Magento mesmo com falha no pagamento"

0 commit comments

Comments
 (0)