Skip to content

Commit

Permalink
Fixed label for button
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianOpriel committed Sep 30, 2024
1 parent 986824c commit ce17d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ 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)


### Deployment Migration Notes

_No special deployment migration steps required_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
: ('general.enable' | translate)
}}
{{
'create_data_offer_page.method_parameterization' | translate
'create_data_offer_page.path_parameterization' | translate
}}
</button>
</div>
Expand Down

0 comments on commit ce17d68

Please sign in to comment.