fix: Update documentation to use launcherTitle
(#1212)
This commit is contained in:
parent
ac5d755545
commit
3b92c744d6
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue