@posiwise/i18n 1.0.1 → 1.0.2

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
@@ -87,12 +87,14 @@
87
87
  "Admin.DomainConfig.Tooltip.CompanyPhoneNumber": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
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
+ "Admin.DomainConfig.Tooltip.IntegrationCrispCode": "This key is to enable the Crisp chat widget on your website",
90
91
  "Admin.DomainConfig.Tooltip.IntegrationCaptchaKeyV2": "This key is to enable Google Captcha V2 on your website",
91
92
  "Admin.DomainConfig.Tooltip.IntegrationFbAppId": "This key is to enable the Facebook APP integration",
92
93
  "Admin.DomainConfig.Tooltip.IntegrationGoogleAnalytics": "This key is to enable GoogleAnalytics tracking",
93
94
  "Admin.DomainConfig.Tooltip.IntegrationsGoogleApiKey": "This enables Google API integrations",
94
95
  "Admin.DomainConfig.Tooltip.IntegrationsSentryConfigDns": "This key is to enable monitoring through Sentry",
95
96
  "Admin.DomainConfig.IntegrationDriftCode": "Drift Code",
97
+ "Admin.DomainConfig.IntegrationCrispCode": "Crisp Code",
96
98
  "Admin.DomainConfig.IntegrationFbAppId": "Facebook App Id",
97
99
  "Admin.DomainConfig.WebhookToken": "Webhook Token",
98
100
  "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.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {