@bigbinary/neeto-playwright-commons 1.9.34 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -12798,7 +12798,7 @@ class EmbedBase {
|
|
|
12798
12798
|
}
|
|
12799
12799
|
|
|
12800
12800
|
const CHAT_WIDGET_TEXTS = {
|
|
12801
|
-
newConversation: "
|
|
12801
|
+
newConversation: "Ask a question",
|
|
12802
12802
|
welcomeChatBubble: "Hi! I'm here to assist you with any questions you may have. What can I do for you?",
|
|
12803
12803
|
};
|
|
12804
12804
|
const MEMBER_TEXTS = {
|