thm-p3-configurator 0.0.63 → 0.0.64
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.
|
@@ -118,8 +118,8 @@ const InternalSingleOrderProductOverview = _ref => {
|
|
|
118
118
|
}, areArticlesError && /*#__PURE__*/_react.default.createElement(_DangerAlert.default, {
|
|
119
119
|
message: "Er is iets fout gegaan bij het ophalen van de producten. Zorg dat je toegang hebt tot de geselecteerde vestiging. Klik op bestelling herstarten om de vestiging te wijzigen."
|
|
120
120
|
}), !hasActiveFilters && /*#__PURE__*/_react.default.createElement(_EmptyState.default, {
|
|
121
|
-
message: "Vind het
|
|
122
|
-
subMessage: "Stel de filters in om de
|
|
121
|
+
message: "Vind het artikel dat je zoekt",
|
|
122
|
+
subMessage: "Stel de filters in om de artikelen op te halen"
|
|
123
123
|
}), articles && hasActiveFilters && (articles === null || articles === void 0 || (_articles$articles = articles.articles) === null || _articles$articles === void 0 ? void 0 : _articles$articles.length) === 0 && /*#__PURE__*/_react.default.createElement(_EmptyState.default, {
|
|
124
124
|
message: "Geen producten gevonden.",
|
|
125
125
|
subMessage: "Probeer een ander filter toe te passen."
|