diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 81e96497d33e0584f61e17c3faf05d7fc9bbab50..585011644f55b47c145b5c9246bf6f963dd7e0f4 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -33,13 +33,13 @@ <field id="enable_webhooks" translate="label" type="select" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="0"> <label>Enable webhooks</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> - <comment>Enable or disable the webhook functionality for Bob Go.</comment> + <comment>When enabled, webhooks will be sent to Bob Go to notify about order creation and updates, ensuring real-time synchronization between your store and Bob Go.</comment> </field> <!-- 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 Bob Go integration consumer secret key for webhook authentication.</comment> + <label>Webhook authentication key</label> + <comment>Enter your Bob Go integration API consumer secret key for webhook authentication.</comment> <depends> <field id="enable_webhooks">1</field> </depends>