@posiwise/i18n 0.0.13 → 0.0.14

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
@@ -823,6 +823,8 @@
823
823
  "Enterprise.Documentation.Pushed": "Pushed",
824
824
  "Enterprise.Documentation.NoDocumentation": "No documentation present - please consider adding some.",
825
825
  "Enterprise.Documentation.Validation.Body": "Please enter body",
826
+ "Enterprise.Documentation.Validation.Title": "Please enter title",
827
+ "Enterprise.Documentation.Validation.Team": "Please select team",
826
828
  "Enterprise.Tooltip.Group": "This defines teams associated to this item.",
827
829
  "Enterprise.Tooltip.VisibleGlobally": "If set to true, it will be visible to every team.",
828
830
  "Enterprise.Tooltip.Published": "If set to true, it will be visible by all subscription members.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {