@comet/brevo-admin 2.0.0-canary-20240822112556 → 2.0.0-canary-20240822121533

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.
@@ -50,7 +50,7 @@ var AssignedContactsGridToolbar = function AssignedContactsGridToolbar(_ref) {
50
50
  moreActionsMenuItem = _useContactImportFrom2[0],
51
51
  component = _useContactImportFrom2[1];
52
52
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_admin.Toolbar, null, /*#__PURE__*/React.createElement(_admin.ToolbarTitleItem, null, /*#__PURE__*/React.createElement(_reactIntl.FormattedMessage, {
53
- id: "cometBrevoModule.targetGroup.assignedContacts.title",
53
+ id: "cometBrevoModule.targetGroup.manuallyAssignedContacts.title",
54
54
  defaultMessage: "Manually assigned contacts"
55
55
  })), /*#__PURE__*/React.createElement(_admin.ToolbarItem, null, /*#__PURE__*/React.createElement(_xDataGrid.GridToolbarQuickFilter, {
56
56
  placeholder: intl.formatMessage({
@@ -22,7 +22,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
22
22
  var AssignedContactsGridToolbar = function AssignedContactsGridToolbar() {
23
23
  var intl = (0, _reactIntl.useIntl)();
24
24
  return /*#__PURE__*/React.createElement(_admin.Toolbar, null, /*#__PURE__*/React.createElement(_admin.ToolbarTitleItem, null, /*#__PURE__*/React.createElement(_reactIntl.FormattedMessage, {
25
- id: "cometBrevoModule.targetGroup.assignedContacts.title",
25
+ id: "cometBrevoModule.targetGroup.allAssignedContacts.title",
26
26
  defaultMessage: "All assigned contacts"
27
27
  })), /*#__PURE__*/React.createElement(_admin.ToolbarItem, null, /*#__PURE__*/React.createElement(_xDataGrid.GridToolbarQuickFilter, {
28
28
  placeholder: intl.formatMessage({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/brevo-admin",
3
- "version": "2.0.0-canary-20240822112556",
3
+ "version": "2.0.0-canary-20240822121533",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/vivid-planet/comet-brevo-module/",