@posiwise/i18n 0.0.38 → 1.0.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.
Files changed (2) hide show
  1. package/en.json +1 -0
  2. package/package.json +1 -1
package/en.json CHANGED
@@ -463,6 +463,7 @@
463
463
  "Admin.Products.Validation.Category": "Please select category",
464
464
  "Admin.Products.Validation.Region": "Please select region",
465
465
  "Admin.Products.Validation.Currency": "Please select currency",
466
+ "Admin.Products.Validation.BillingFrequency": "Please select billing frequency",
466
467
  "Admin.Products.Tooltip.Name": "This is the name of the product that will be visible on the Subscription page",
467
468
  "Admin.Products.Tooltip.NickName": "This is the nickname of the product that will be visible in the Dashboard top-left ProductDropdown",
468
469
  "Admin.Products.Tooltip.DependencyProducts": "These are products that a user already needs to be subscribed to subscribe to this product.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.38",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {