@bigbinary/neeto-tags-frontend 1.5.8 → 1.5.9

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.
@@ -5,7 +5,7 @@
5
5
  "deleteTag": "Delete tag?"
6
6
  },
7
7
  "message": {
8
- "deleteTag_": "You are permanently deleting the tag <strong>{{name}}</strong>. This can't be undone."
8
+ "deleteTag_": "You are permanently deleting the tag <strong>{{name, anyCase}}</strong>. This can't be undone."
9
9
  }
10
10
  },
11
11
  "button": {
@@ -31,7 +31,7 @@
31
31
  "tag_other": "Tags"
32
32
  },
33
33
  "helper": {
34
- "mergeTagsMessage_one": "The {{- sourceTags, boldList}} tag will be merged into the <strong>{{destinationTag}}</strong> tag. This will also affect the {{entities}} assigned with the <strong>{{sourceTags}}</strong> tag. Do you want to continue?",
34
+ "mergeTagsMessage_one": "The {{- sourceTags, boldList}} tag will be merged into the <strong>{{destinationTag}}</strong> tag. This will also affect the {{entities}} assigned with the <strong>{{sourceTags, anyCase}}</strong> tag. Do you want to continue?",
35
35
  "mergeTagsMessage_other": "The {{- sourceTags, boldList}} tags will be merged into the <strong>{{destinationTag}}</strong> tag. This will also affect the {{entities}} assigned with these <strong>{{count}}</strong> tags. Do you want to continue?",
36
36
  "tagWithCount_one": "{{count}} {{type}} tag",
37
37
  "tagWithCount_other": "{{count}} {{type}} tags",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-tags-frontend",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-tags-nano",