From e6026b6b3a85fb2c395450f3ec069fb0b47ee605 Mon Sep 17 00:00:00 2001 From: lavanya-bmw Date: Thu, 26 Sep 2024 12:07:16 +0530 Subject: [PATCH 1/3] feat(service subscription): rename 'Configure' button to 'Activate' --- CHANGELOG.md | 2 ++ src/assets/locales/de/main.json | 3 +-- src/assets/locales/en/main.json | 1 - .../shared/templates/Subscription/SubscriptionElements.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9c53845..06ff08d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ - updated technical user details with user type and service endpoint fields. Also, updated copy icon color for better view and made copy icon available only when value is available [#1137](https://github.com/eclipse-tractusx/portal-frontend/pull/1137) - **Company Subscriptions** - update API query parameters and fix tab UI scroll [#1131](https://github.com/eclipse-tractusx/portal-frontend/pull/1131) +- **Service Subscriptions** + - rename 'Configure' button to 'Activate' button ### Bugfixes diff --git a/src/assets/locales/de/main.json b/src/assets/locales/de/main.json index 9517608c6..5325350ea 100644 --- a/src/assets/locales/de/main.json +++ b/src/assets/locales/de/main.json @@ -1483,8 +1483,7 @@ "recommendations": "Recommendations", "allServices": "All Services", "viewDetails": "Display more details", - "activateBtn": "Activate", - "configureBtn": "Configure", + "activateBtn": "Aktivieren", "pleaseEnterValidURL": "Please enter a valid URL", "error": "Error", "success": "Success", diff --git a/src/assets/locales/en/main.json b/src/assets/locales/en/main.json index 06080b3b2..d42c823b6 100644 --- a/src/assets/locales/en/main.json +++ b/src/assets/locales/en/main.json @@ -1452,7 +1452,6 @@ "allServices": "All Services", "viewDetails": "Display more details", "activateBtn": "Activate", - "configureBtn": "Configure", "pleaseEnterValidURL": "Please enter a valid URL", "error": "Error", "success": "Success", diff --git a/src/components/shared/templates/Subscription/SubscriptionElements.tsx b/src/components/shared/templates/Subscription/SubscriptionElements.tsx index fbea6df5e..c24b3c688 100644 --- a/src/components/shared/templates/Subscription/SubscriptionElements.tsx +++ b/src/components/shared/templates/Subscription/SubscriptionElements.tsx @@ -187,7 +187,7 @@ export default function SubscriptionElements({ <> { From 6a9787e3e28fadd95a1a3ad18686101d42d719e3 Mon Sep 17 00:00:00 2001 From: lavanya-bmw Date: Thu, 26 Sep 2024 12:18:41 +0530 Subject: [PATCH 2/3] feat(service subscription): updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ff08d11..578d05d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - **Company Subscriptions** - update API query parameters and fix tab UI scroll [#1131](https://github.com/eclipse-tractusx/portal-frontend/pull/1131) - **Service Subscriptions** - - rename 'Configure' button to 'Activate' button + - rename 'Configure' button to 'Activate' button [#1150](https://github.com/eclipse-tractusx/portal-frontend/pull/1150) ### Bugfixes From d1945a06e0bbbe6e8dee00d35abf904c829446a2 Mon Sep 17 00:00:00 2001 From: lavanya-bmw Date: Wed, 9 Oct 2024 12:10:47 +0530 Subject: [PATCH 3/3] feat(service subscription): code pretty --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fa53e29..21e76bb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - **Service Subscriptions** - rename 'Configure' button to 'Activate' button [#1150](https://github.com/eclipse-tractusx/portal-frontend/pull/1150) - + ## 2.3.0-alpha.2 ### Change