@chat21/chat21-web-widget 5.0.72 → 5.0.73-rc.1
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
|
@@ -234,9 +234,9 @@ export class TranslatorService {
|
|
|
234
234
|
'BUTTON_EDIT_PROFILE',
|
|
235
235
|
'DOWNLOAD_TRANSCRIPT',
|
|
236
236
|
'RATE_CHAT',
|
|
237
|
-
'
|
|
238
|
-
'
|
|
239
|
-
'
|
|
237
|
+
'WELCOME',
|
|
238
|
+
'WELCOME_TITLE',
|
|
239
|
+
'WELCOME_MSG',
|
|
240
240
|
'WELCOME',
|
|
241
241
|
'WELCOME_TITLE',
|
|
242
242
|
'WELCOME_MSG',
|
|
@@ -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['WELCOME'];
|
|
294
|
+
globals.WELCOME_TITLE = res['WELCOME_TITLE'];
|
|
295
|
+
globals.WELCOME_MSG = res['WELCOME_MSG'];
|
|
296
296
|
globals.OPTIONS = res['OPTIONS'];
|
|
297
297
|
globals.SOUND_ON = res['SOUND_ON'];
|
|
298
298
|
globals.SOUND_OFF = res['SOUND_OFF'];
|