From f420bc1dbec19712e208c63a8f4b2af566c622b6 Mon Sep 17 00:00:00 2001 From: Usmanfee Date: Wed, 16 Oct 2024 16:58:26 +0200 Subject: [PATCH] fix(UI): app and service searchbox translation (#1211) --- CHANGELOG.md | 4 ++++ src/assets/locales/de/main.json | 2 +- src/assets/locales/de/servicerelease.json | 2 +- src/assets/locales/en/main.json | 2 +- src/assets/locales/en/servicerelease.json | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ac1e62c..c0b3f0595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,9 +138,13 @@ - Fixed special characters in user management email filters [#1128](https://github.com/eclipse-tractusx/portal-frontend/issues/1128) - **App Management** + - fixed 400 Bad Request error due to search filter [#1057](https://github.com/eclipse-tractusx/portal-frontend/pull/1058) - added load more button app overview [#1009](https://github.com/eclipse-tractusx/portal-frontend/pull/1009) +- **Search Translation for App and Service Subsciption** + - fixed DE translation for search input in App and Service Subsciption [#1211](https://github.com/eclipse-tractusx/portal-frontend/pull/1211) + ## 2.2.0 ### Change diff --git a/src/assets/locales/de/main.json b/src/assets/locales/de/main.json index eef281c23..49bcfacd3 100644 --- a/src/assets/locales/de/main.json +++ b/src/assets/locales/de/main.json @@ -1487,7 +1487,7 @@ "description": "Do you wan't to rather use the autosetup; connect your service to automate marketplace subscription build", "readMore": "Read More", "registerURL": "RegisterURL", - "search": "...search by entering the company name here.", + "search": "Suche nach Firmennamen", "noDataMessage": "No data available", "subscriptionHeading": ">> there are already active subscriptions for the service {serviceName}", "subscribeSuccessMsg": "Subscribed Successfully", diff --git a/src/assets/locales/de/servicerelease.json b/src/assets/locales/de/servicerelease.json index 463e9f045..532e69ea8 100644 --- a/src/assets/locales/de/servicerelease.json +++ b/src/assets/locales/de/servicerelease.json @@ -153,7 +153,7 @@ "description": "Do you wan't to rather use the autosetup; connect your service to automate marketplace subscription build", "readMore": "Read More", "registerURL": "RegisterURL", - "search": "...search by entering the company name here.", + "search": "Suche nach Firmennamen", "noDataMessage": "No data available", "subscriptionHeading": ">> there are already active subscriptions for the service {serviceName}", "subscribeSuccessMsg": "Subscribed Successfully", diff --git a/src/assets/locales/en/main.json b/src/assets/locales/en/main.json index f94995b52..2451f7a17 100644 --- a/src/assets/locales/en/main.json +++ b/src/assets/locales/en/main.json @@ -1456,7 +1456,7 @@ "description": "Do you wan't to rather use the autosetup; connect your service to automate marketplace subscription build", "readMore": "Read More", "registerURL": "RegisterURL", - "search": "...search by entering the company name here.", + "search": "Search for company name", "noDataMessage": "No data available", "subscriptionHeading": ">> there are already active subscriptions for the service {serviceName}", "subscribeSuccessMsg": "Subscribed Successfully", diff --git a/src/assets/locales/en/servicerelease.json b/src/assets/locales/en/servicerelease.json index 2ff796b0b..8963151bb 100644 --- a/src/assets/locales/en/servicerelease.json +++ b/src/assets/locales/en/servicerelease.json @@ -153,7 +153,7 @@ "description": "Do you wan't to rather use the autosetup; connect your service to automate marketplace subscription build", "readMore": "Read More", "registerURL": "RegisterURL", - "search": "...search by entering the company name here.", + "search": "Search for company name", "noDataMessage": "No data available", "subscriptionHeading": ">> there are already active subscriptions for the service {serviceName}", "subscribeSuccessMsg": "Subscribed Successfully",