Skip to content

Commit

Permalink
fix(UI): app and service searchbox translation (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Usmanfee authored Oct 16, 2024
1 parent 0518eaa commit f420bc1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/de/servicerelease.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/en/servicerelease.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f420bc1

Please sign in to comment.