@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
@@ -5,6 +5,9 @@
5
5
  *Dario De Pascalis*
6
6
  ### **Copyrigth**: *Tiledesk SRL*
7
7
 
8
+ ### 5.0.74-rc.5
9
+ - bug-fixed: minor improvement labels
10
+
8
11
  ### 5.0.74-rc.4
9
12
  - added: clearStorage method to index-dev.html file
10
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.0.74-rc.4",
4
+ "version": "5.0.74-rc.5",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -237,9 +237,9 @@ export class TranslatorService {
237
237
  'WELCOME',
238
238
  'WELCOME_TITLE',
239
239
  'WELCOME_MSG',
240
- 'WELCOME',
241
- 'WELCOME_TITLE',
242
- 'WELCOME_MSG',
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['WELCOME'];
294
- globals.WELCOME_TITLE = res['WELCOME_TITLE'];
295
- globals.WELCOME_MSG = res['WELCOME_MSG'];
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) {