@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.
- package/dist/index.js +1 -1
- 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