mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +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
|
||||
window.chatwootSettings = {
|
||||
type: 'expanded_bubble',
|
||||
launcherText: 'Chat with us'
|
||||
launcherTitle: 'Chat with us'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user