optimized-react-component-library-xyz123 0.1.151 → 0.1.152
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2813,7 +2813,7 @@ var ValidationErrorSummaryList = ({
|
|
|
2813
2813
|
questions,
|
|
2814
2814
|
activatedLanguage
|
|
2815
2815
|
}) => {
|
|
2816
|
-
const summaryText = activatedLanguage === "sv" ? "Du beh\xF6ver \xE5tg\xE4rda {count} {plural}" : "You need to
|
|
2816
|
+
const summaryText = activatedLanguage === "sv" ? "Du beh\xF6ver \xE5tg\xE4rda {count} {plural}" : "You need to fix {count} {plural}";
|
|
2817
2817
|
function filterIdsByGroupCheck(ids, questions2) {
|
|
2818
2818
|
var _a;
|
|
2819
2819
|
const tailIds = /* @__PURE__ */ new Set();
|