@bigbinary/neeto-tags-frontend 0.0.46 → 0.0.48

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3403,7 +3403,7 @@ var addTag = "Add tag";
3403
3403
  var selectOrCreate = "Select or create tag";
3404
3404
  var select = "Select {{what}}";
3405
3405
  var search = "Search {{where}}";
3406
- var addNew = "Add {{what}}";
3406
+ var addNew = "Add new {{what}}";
3407
3407
  var tag = "Tag";
3408
3408
  var noTagsFound = "No tags found";
3409
3409
  var goBack = "Go back";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-tags-frontend",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "description": "Manage tags across neeto products.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/bigbinary/neeto-tags-frontend#readme",