@contentful/field-editor-shared 2.2.1 → 2.2.2

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.
@@ -65,7 +65,7 @@ function LocalePublishingStatusList({ isScheduled, statusMap, activeLocales }) {
65
65
  });
66
66
  const { selected, nonSelected } = groupAndSortLocales(entries, activeLocales);
67
67
  return _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(_Banner.Banner, {
68
- content: "The entry has locales with the following statuses:",
68
+ content: "The statuses of the locales for this content:",
69
69
  highlight: `${counters.changed} changed, ${counters.published} published, ${counters.draft} draft`
70
70
  }), _react.default.createElement("div", {
71
71
  "data-test-id": "locale-publishing-selected"
@@ -50,7 +50,7 @@ export function LocalePublishingStatusList({ isScheduled, statusMap, activeLocal
50
50
  });
51
51
  const { selected, nonSelected } = groupAndSortLocales(entries, activeLocales);
52
52
  return React.createElement(React.Fragment, null, React.createElement(Banner, {
53
- content: "The entry has locales with the following statuses:",
53
+ content: "The statuses of the locales for this content:",
54
54
  highlight: `${counters.changed} changed, ${counters.published} published, ${counters.draft} draft`
55
55
  }), React.createElement("div", {
56
56
  "data-test-id": "locale-publishing-selected"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-shared",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "registry": "https://npm.pkg.github.com/"
57
57
  },
58
- "gitHead": "b73eba0af2918627be6c2a744947385b1a9567b0"
58
+ "gitHead": "b86a93525e00895717b7925c3cd43f5e264981b7"
59
59
  }