@bigbinary/neeto-tags-frontend 1.0.6 → 1.0.7
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.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3378,7 +3378,7 @@ var search = "Search {{where}}";
|
|
|
3378
3378
|
var addNew = "Add new {{what}}";
|
|
3379
3379
|
var tag = "Tag";
|
|
3380
3380
|
var noTagsFound = "No tags found";
|
|
3381
|
-
var noTagsToShow = "There are no tags to show";
|
|
3381
|
+
var noTagsToShow = "There are no tags to show.";
|
|
3382
3382
|
var moreInfoVisit = "For more information, please visit our ";
|
|
3383
3383
|
var knowledgeBase = "knowledge base";
|
|
3384
3384
|
var goBack = "Go back";
|
package/dist/index.js
CHANGED
|
@@ -3349,7 +3349,7 @@ var search = "Search {{where}}";
|
|
|
3349
3349
|
var addNew = "Add new {{what}}";
|
|
3350
3350
|
var tag = "Tag";
|
|
3351
3351
|
var noTagsFound = "No tags found";
|
|
3352
|
-
var noTagsToShow = "There are no tags to show";
|
|
3352
|
+
var noTagsToShow = "There are no tags to show.";
|
|
3353
3353
|
var moreInfoVisit = "For more information, please visit our ";
|
|
3354
3354
|
var knowledgeBase = "knowledge base";
|
|
3355
3355
|
var goBack = "Go back";
|
package/package.json
CHANGED