@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.
Files changed (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.js +1 -1
  3. 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.confirm,
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.confirm,
4366
+ pageText: commonTranslations.page,
4367
4367
  showingText: commonTranslations.showing,
4368
4368
  nextContent: commonTranslations.next,
4369
4369
  previousContent: commonTranslations.previous,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knovator/pagecreator-admin",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "dependencies": {
5
5
  "classnames": "^2.3.1",
6
6
  "react-beautiful-dnd": "^13.1.0",