@crystaldesign/diva-navigator 25.16.0-beta.24 → 25.16.0-beta.26

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.
@@ -1484,7 +1484,7 @@ var AGBs = function AGBs(props) {
1484
1484
  openInNewTab: true
1485
1485
  });
1486
1486
  },
1487
- children: t('Support')
1487
+ children: t('navigation.user.support')
1488
1488
  }), imprintUrl && /*#__PURE__*/jsx("a", {
1489
1489
  onClick: function onClick() {
1490
1490
  return openComponent({
@@ -1492,7 +1492,7 @@ var AGBs = function AGBs(props) {
1492
1492
  openInNewTab: true
1493
1493
  });
1494
1494
  },
1495
- children: t('Imprint')
1495
+ children: t('navigation.user.imprint')
1496
1496
  }), conditionsUrl && /*#__PURE__*/jsx("a", {
1497
1497
  onClick: function onClick() {
1498
1498
  return openComponent({
@@ -1500,7 +1500,7 @@ var AGBs = function AGBs(props) {
1500
1500
  openInNewTab: true
1501
1501
  });
1502
1502
  },
1503
- children: t('Nutzungsbedingungen')
1503
+ children: t('navigation.user.conditions')
1504
1504
  }), privacyUrl && /*#__PURE__*/jsx("a", {
1505
1505
  onClick: function onClick() {
1506
1506
  return openComponent({
@@ -1508,7 +1508,7 @@ var AGBs = function AGBs(props) {
1508
1508
  openInNewTab: true
1509
1509
  });
1510
1510
  },
1511
- children: t('Privacy')
1511
+ children: t('navigation.user.privacy')
1512
1512
  }), tosUrl && /*#__PURE__*/jsx("a", {
1513
1513
  onClick: function onClick() {
1514
1514
  return openComponent({
@@ -1516,7 +1516,7 @@ var AGBs = function AGBs(props) {
1516
1516
  openInNewTab: true
1517
1517
  });
1518
1518
  },
1519
- children: t('AGBs')
1519
+ children: t('navigation.user.tos')
1520
1520
  })]
1521
1521
  });
1522
1522
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-navigator",
3
- "version": "25.16.0-beta.24",
3
+ "version": "25.16.0-beta.26",
4
4
  "license": "MIT",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^6.5.0",
@@ -24,5 +24,5 @@
24
24
  },
25
25
  "module": "build/esm/index.js",
26
26
  "types": "./build/types/navigator/src/index.d.ts",
27
- "gitHead": "b489ebfb39c44bbd1a40c28b11f3be0366c60f35"
27
+ "gitHead": "28165efd12a3403709935937d21b70e75ae243f7"
28
28
  }