@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
@@ -1,5 +1,8 @@
1
1
  # chat21-web-widget ver 5.0
2
2
 
3
+ ### 5.0.73-rc.1
4
+ - bug-fixed: labels fixed
5
+
3
6
  ### 5.0.72 in PROD
4
7
 
5
8
  ### 5.0.72-rc.3
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.72",
4
+ "version": "5.0.73-rc.1",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -234,9 +234,9 @@ export class TranslatorService {
234
234
  'BUTTON_EDIT_PROFILE',
235
235
  'DOWNLOAD_TRANSCRIPT',
236
236
  'RATE_CHAT',
237
- 'WELLCOME',
238
- 'WELLCOME_TITLE',
239
- 'WELLCOME_MSG',
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['WELLCOME'];
294
- globals.WELCOME_TITLE = res['WELLCOME_TITLE'];
295
- globals.WELCOME_MSG = res['WELLCOME_MSG'];
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'];