fix: Update documentation to use launcherTitle (#1212)

This commit is contained in:
Pranav Raj S 2020-09-09 11:27:31 +05:30 committed by GitHub
parent ac5d755545
commit 3b92c744d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
}
```