Skip to content
Snippets Groups Projects

#3-Hotfix - Typo fix

Merged Gundo requested to merge #3-Hotfix into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -9,8 +9,8 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="bobgo" translate="label" sortOrder="200">
<label>Bob Go</label>
<tab id="BobGo" translate="label" sortOrder="200">
<label>BobGo</label>
</tab>
<section id="bobgo_CustomShipping" showInDefault="1">
<tab>BobGo</tab>
@@ -42,7 +42,7 @@
</section>
<section id="carriers" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<group id="bobgo" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>bobgo</label>
<label>BobGo</label>
<field id="version" translate="label" type="label" sortOrder="0" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Version</label>
Loading