mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: Update documentation to use launcherTitle (#1212)
This commit is contained in:
@@ -37,12 +37,12 @@ Chatwoot support 2 designs for for the widget
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
```js
|
||||||
window.chatwootSettings = {
|
window.chatwootSettings = {
|
||||||
type: 'expanded_bubble',
|
type: 'expanded_bubble',
|
||||||
launcherText: 'Chat with us'
|
launcherTitle: 'Chat with us'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user