From c4562bafea5bbf16e04916ca37b8cb95e24ffb5f Mon Sep 17 00:00:00 2001 From: Ilia Orlov <66363651+illfixit@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:41:30 +0200 Subject: [PATCH] fix: data offer renaming (#862) --- CHANGELOG.md | 17 ++++++++++------- .../dashboard-page.component.html | 2 +- src/assets/i18n/en.json | 1 + 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83c9fab..32daf3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,15 +20,17 @@ the detailed section referring to by linking pull requests or issues. #### Patch -- Fixed wrong button label stating "Method Parameterization" instead of "Path Parameterization" ([#857](https://github.com/sovity/edc-ui/issues/857)) -- Made Custom Http Method mandatory if the corresponding option is chosen ([#739](https://github.com/sovity/edc-ui/issues/739)) - +- Fixed wrong button label stating "Method Parameterization" instead of "Path + Parameterization" ([#857](https://github.com/sovity/edc-ui/issues/857)) +- Made Custom Http Method mandatory if the corresponding option is chosen + ([#739](https://github.com/sovity/edc-ui/issues/739)) +- Fixed inconsistent renaming of "Contract Definition" to "Data Offer" after + i18n ([#831](https://github.com/sovity/edc-ui/issues/831)) ### Deployment Migration Notes _No special deployment migration steps required_ - ## [v4.1.5] - 2024-09-26 ### Overview @@ -45,11 +47,12 @@ MDS Patch release ([#820](https://github.com/sovity/edc-ui/issues/820)) - Fixed cropping of Contract Offer Ids on catalog browser page ([#795](https://github.com/sovity/edc-ui/issues/795)) -- Used the `createDataOffer` endpoint to create an asset, policies and a contract definition in a single call +- Used the `createDataOffer` endpoint to create an asset, policies and a + contract definition in a single call ([#841](https://github.com/sovity/edc-ui/issues/841)) - Fixed config not being applied properly after a version upgrade -- Fixed Date to DateTime conversion issues when using operators less than `LT` and greater than `GT` - ([#846](https://github.com/sovity/edc-ui/issues/846)) +- Fixed Date to DateTime conversion issues when using operators less than `LT` + and greater than `GT` ([#846](https://github.com/sovity/edc-ui/issues/846)) - Added initial support for UI internationalization ([#680](https://github.com/sovity/edc-ui/issues/680)) - Implemented Data Offer wizard wording change request by MDS diff --git a/src/app/routes/connector-ui/dashboard-page/dashboard-page/dashboard-page.component.html b/src/app/routes/connector-ui/dashboard-page/dashboard-page/dashboard-page.component.html index 4f1d3b30..1919707c 100644 --- a/src/app/routes/connector-ui/dashboard-page/dashboard-page/dashboard-page.component.html +++ b/src/app/routes/connector-ui/dashboard-page/dashboard-page/dashboard-page.component.html @@ -31,7 +31,7 @@