From 3b92c744d62cae65354f3aaa0195305db8d122f9 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Wed, 9 Sep 2020 11:27:31 +0530 Subject: [PATCH] fix: Update documentation to use `launcherTitle` (#1212) --- docs/channels/website-sdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } ```