@posiwise/i18n 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/en.json +2 -0
  2. package/package.json +1 -1
package/en.json CHANGED
@@ -88,6 +88,7 @@
88
88
  "Admin.DomainConfig.Tooltip.IntegrationCaptchaKey": "DISCONTINUED in favor of V2. This key is to enable Google Captcha on your website",
89
89
  "Admin.DomainConfig.Tooltip.IntegrationDriftCode": "This key is to enable the Drift chat gadget on your website",
90
90
  "Admin.DomainConfig.Tooltip.IntegrationCrispCode": "This key is to enable the Crisp chat widget on your website",
91
+ "Admin.DomainConfig.Tooltip.IntegrationHubSpotCode": "This key is to enable the HubSpot Chat Bot widget on your website",
91
92
  "Admin.DomainConfig.Tooltip.IntegrationCaptchaKeyV2": "This key is to enable Google Captcha V2 on your website",
92
93
  "Admin.DomainConfig.Tooltip.IntegrationFbAppId": "This key is to enable the Facebook APP integration",
93
94
  "Admin.DomainConfig.Tooltip.IntegrationGoogleAnalytics": "This key is to enable GoogleAnalytics tracking",
@@ -95,6 +96,7 @@
95
96
  "Admin.DomainConfig.Tooltip.IntegrationsSentryConfigDns": "This key is to enable monitoring through Sentry",
96
97
  "Admin.DomainConfig.IntegrationDriftCode": "Drift Code",
97
98
  "Admin.DomainConfig.IntegrationCrispCode": "Crisp Code",
99
+ "Admin.DomainConfig.IntegrationHubSpotCode": "HubSpot Code",
98
100
  "Admin.DomainConfig.IntegrationFbAppId": "Facebook App Id",
99
101
  "Admin.DomainConfig.WebhookToken": "Webhook Token",
100
102
  "Admin.DomainConfig.IntegrationCaptchaKey": "Google Captcha Key",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {