@bigbinary/neeto-tags-frontend 1.5.8 → 1.5.10

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/dist/index.cjs.js CHANGED
@@ -182,6 +182,7 @@ var TitleActionBlock = function TitleActionBlock(_ref) {
182
182
  var isDisabled = _ref.isDisabled,
183
183
  setIsTagsDropdownVisible = _ref.setIsTagsDropdownVisible;
184
184
  return /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
185
+ "data-cy": "neeto-tags-add-tag-button",
185
186
  disabled: isDisabled,
186
187
  icon: neetoIcons.Settings,
187
188
  size: "15",