diff --git a/docs/channels/website-sdk.md b/docs/channels/website-sdk.md index 79e89869c..38256cbbc 100644 --- a/docs/channels/website-sdk.md +++ b/docs/channels/website-sdk.md @@ -37,12 +37,12 @@ Chatwoot support 2 designs for for the widget ![Expanded-bubble](./images/sdk/expanded-bubble.gif) -If you are using expanded bubble, you can customize the text used in the bubble by setting `launcherText` parameter on chatwootSettings as described below. +If you are using expanded bubble, you can customize the text used in the bubble by setting `launcherTitle` parameter on chatwootSettings as described below. ```js window.chatwootSettings = { type: 'expanded_bubble', - launcherText: 'Chat with us' + launcherTitle: 'Chat with us' } ```