@knovator/pagecreator-admin 1.4.6 → 1.4.7
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/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -4375,7 +4375,7 @@ const PagePagination = () => {
|
|
|
4375
4375
|
} = usePageState();
|
|
4376
4376
|
return /*#__PURE__*/React__default["default"].createElement(Pagination, {
|
|
4377
4377
|
ofText: commonTranslations.of,
|
|
4378
|
-
pageText: commonTranslations.
|
|
4378
|
+
pageText: commonTranslations.page,
|
|
4379
4379
|
showingText: commonTranslations.showing,
|
|
4380
4380
|
nextContent: commonTranslations.next,
|
|
4381
4381
|
previousContent: commonTranslations.previous,
|
package/index.js
CHANGED
|
@@ -4363,7 +4363,7 @@ const PagePagination = () => {
|
|
|
4363
4363
|
} = usePageState();
|
|
4364
4364
|
return /*#__PURE__*/React.createElement(Pagination, {
|
|
4365
4365
|
ofText: commonTranslations.of,
|
|
4366
|
-
pageText: commonTranslations.
|
|
4366
|
+
pageText: commonTranslations.page,
|
|
4367
4367
|
showingText: commonTranslations.showing,
|
|
4368
4368
|
nextContent: commonTranslations.next,
|
|
4369
4369
|
previousContent: commonTranslations.previous,
|