diff --git a/Observer/ConfigChangeObserver.php b/Observer/ConfigChangeObserver.php
index 8362feb89f8bee7db3a176872337d228588f183c..efc0179a7bd1288e9f61931fae30f25f63597569 100644
--- a/Observer/ConfigChangeObserver.php
+++ b/Observer/ConfigChangeObserver.php
@@ -84,8 +84,7 @@ class ConfigChangeObserver implements ObserverInterface
                 } else {
                     $this->messageManager->addErrorMessage(
                         __('Webhook validation failed. Please check your internet connection
-                        and get the webhook key for your channel on Bob Go sales channels page.
-                        https://my.bobgo.co.za/sales-channels')
+                        and use your Bob Go integration consumer secret key for webhook validation.')
                     );
                 }
             }
diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml
index 0483f324b35bfd72c9e34ef83c8accff9c5abd7b..4d6ee89f99e8a3c2d7740d8895efcaf8917d7750 100644
--- a/etc/adminhtml/system.xml
+++ b/etc/adminhtml/system.xml
@@ -39,7 +39,7 @@
                 <!-- Webhook Key Input Field -->
                 <field id="webhook_key" translate="label" type="text" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="0">
                     <label>Webhook key</label>
-                    <comment>Enter the webhook key for authentication.</comment>
+                    <comment>Enter Bob Go integration consumer secret key for webhook authentication.</comment>
                     <depends>
                         <field id="enable_webhooks">1</field>
                     </depends>