From 954a661ac550a929f9852e73dcecf1f61df18bcb Mon Sep 17 00:00:00 2001 From: Gundo Sifhufhi <sifhufhisg@gmail.com> Date: Tue, 7 Feb 2023 11:26:23 +0200 Subject: [PATCH] #3-Hotfix - Typo fix --- etc/adminhtml/system.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 84025e6..71e49e1 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -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> -- GitLab