optimized-react-component-library-xyz123 0.1.151 → 0.1.153

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.mjs CHANGED
@@ -2736,7 +2736,7 @@ var ValidationErrorSummaryList = ({
2736
2736
  questions,
2737
2737
  activatedLanguage
2738
2738
  }) => {
2739
- const summaryText = activatedLanguage === "sv" ? "Du beh\xF6ver \xE5tg\xE4rda {count} {plural}" : "You need to adjust {count} {plural}";
2739
+ const summaryText = activatedLanguage === "sv" ? "Du beh\xF6ver \xE5tg\xE4rda {count} {plural}" : "You need to fix {count} {plural}";
2740
2740
  function filterIdsByGroupCheck(ids, questions2) {
2741
2741
  var _a;
2742
2742
  const tailIds = /* @__PURE__ */ new Set();