hds-web 1.22.8 → 1.22.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.22.8",
3
+ "version": "1.22.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -565,18 +565,18 @@ V3Header.defaultProps = {
565
565
  description: '',
566
566
  href: '/graphql/database',
567
567
  icon: 'database01',
568
- name: 'All DBs',
568
+ name: 'All databases',
569
569
  strokeClass: 'stroke-neutral-500'
570
570
  },
571
571
  {
572
572
  description: '',
573
573
  href: '/graphql/database?category=planned',
574
574
  icon: 'checksquare',
575
- name: 'Planned DBs',
575
+ name: 'Planned databases',
576
576
  strokeClass: 'stroke-neutral-500'
577
577
  },
578
578
  ],
579
- label: 'Integrations'
579
+ label: 'Data sources'
580
580
  }
581
581
  ]
582
582
  },