@chat21/chat21-web-widget 5.0.74-rc.4 → 5.0.74-rc.5
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -237,9 +237,9 @@ export class TranslatorService {
|
|
|
237
237
|
'WELCOME',
|
|
238
238
|
'WELCOME_TITLE',
|
|
239
239
|
'WELCOME_MSG',
|
|
240
|
-
'
|
|
241
|
-
'
|
|
242
|
-
'
|
|
240
|
+
'WELLCOME',
|
|
241
|
+
'WELLCOME_TITLE',
|
|
242
|
+
'WELLCOME_MSG',
|
|
243
243
|
'OPTIONS',
|
|
244
244
|
'SOUND_ON',
|
|
245
245
|
'SOUND_OFF',
|
|
@@ -290,9 +290,9 @@ export class TranslatorService {
|
|
|
290
290
|
globals.BUTTON_EDIT_PROFILE = res['BUTTON_EDIT_PROFILE']; // is used ??
|
|
291
291
|
globals.DOWNLOAD_TRANSCRIPT = res['DOWNLOAD_TRANSCRIPT'];
|
|
292
292
|
globals.RATE_CHAT = res['RATE_CHAT']; // is used ??
|
|
293
|
-
globals.WELCOME = res['
|
|
294
|
-
globals.WELCOME_TITLE = res['
|
|
295
|
-
globals.WELCOME_MSG = res['
|
|
293
|
+
globals.WELCOME = res['WELLCOME'];
|
|
294
|
+
globals.WELCOME_TITLE = res['WELLCOME_TITLE'];
|
|
295
|
+
globals.WELCOME_MSG = res['WELLCOME_MSG'];
|
|
296
296
|
globals.OPTIONS = res['OPTIONS'];
|
|
297
297
|
globals.SOUND_ON = res['SOUND_ON'];
|
|
298
298
|
globals.SOUND_OFF = res['SOUND_OFF'];
|
|
@@ -317,7 +317,9 @@ export class TranslatorService {
|
|
|
317
317
|
globals.LABEL_PREVIEW = res['LABEL_PREVIEW']
|
|
318
318
|
globals.LABEL_ERROR_FIELD_REQUIRED= res['LABEL_ERROR_FIELD_REQUIRED']
|
|
319
319
|
|
|
320
|
+
console.log('gggggg', globals.welcomeTitle)
|
|
320
321
|
if (!globals.welcomeTitle) {
|
|
322
|
+
|
|
321
323
|
globals.welcomeTitle = globals.WELCOME_TITLE; /** Set the widget welcome message. Value type : string */
|
|
322
324
|
}
|
|
323
325
|
if (!globals.welcomeMsg) {
|