From a61384fa7966c45e72a7715a45de17b687ed516d Mon Sep 17 00:00:00 2001 From: manojava-gk Date: Wed, 12 Jul 2023 11:36:43 +0530 Subject: [PATCH] bugfix(company roles): fix subnavigation title --- public/assets/content/de/companyroles.json | 12 ++++++------ public/assets/content/en/companyroles.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/public/assets/content/de/companyroles.json b/public/assets/content/de/companyroles.json index 58b41f3ec..782dfacd9 100644 --- a/public/assets/content/de/companyroles.json +++ b/public/assets/content/de/companyroles.json @@ -8,12 +8,12 @@ }, { "index": 2, - "link2Label": "marketplace subscriptions", + "title": "marketplace subscriptions", "navigation": "data-id" }, { "index": 3, - "link3Label": "dataspace participants", + "title": "dataspace participants", "navigation": "business-id" } ], @@ -170,12 +170,12 @@ }, { "index": 2, - "link2Label": "marketplace subscriptions", + "title": "marketplace subscriptions", "navigation": "data-id" }, { "index": 3, - "link3Label": "dataspace participants", + "title": "dataspace participants", "navigation": "business-id" } ], @@ -625,12 +625,12 @@ }, { "index": 2, - "link2Label": "marketplace subscriptions", + "title": "marketplace subscriptions", "navigation": "data-id" }, { "index": 3, - "link3Label": "dataspace participants", + "title": "dataspace participants", "navigation": "business-id" } ], diff --git a/public/assets/content/en/companyroles.json b/public/assets/content/en/companyroles.json index a010d78fb..9c85a3e4f 100644 --- a/public/assets/content/en/companyroles.json +++ b/public/assets/content/en/companyroles.json @@ -8,12 +8,12 @@ }, { "index": 2, - "link2Label": "marketplace subscriptions", + "title": "marketplace subscriptions", "navigation": "data-id" }, { "index": 3, - "link3Label": "dataspace participants", + "title": "dataspace participants", "navigation": "business-id" } ], @@ -170,12 +170,12 @@ }, { "index": 2, - "link2Label": "marketplace subscriptions", + "title": "marketplace subscriptions", "navigation": "data-id" }, { "index": 3, - "link3Label": "dataspace participants", + "title": "dataspace participants", "navigation": "business-id" } ], @@ -625,12 +625,12 @@ }, { "index": 2, - "link2Label": "marketplace subscriptions", + "title": "marketplace subscriptions", "navigation": "data-id" }, { "index": 3, - "link3Label": "dataspace participants", + "title": "dataspace participants", "navigation": "business-id" } ],