Skip to content

Commit

Permalink
fix: Wording on "Provide Central Component" form (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jridderbusch authored Mar 27, 2024
1 parent a43eb25 commit 659339f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).
- Fixed "Hosted By Name" column in Connector CSV report ([#149](https://github.com/sovity/authority-portal/issues/149))
- Adjusted wording in the sidebar menu ([#117](https://github.com/sovity/authority-portal/issues/117))
- Fixed wording in "Reset Password" email ([#116](https://github.com/sovity/authority-portal/issues/116))
- Fixed wording in "Provide Central Component" form ([#112](https://github.com/sovity/authority-portal/issues/112))

### Known issues

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[completed]="state.state === 'success'"
[stepControl]="form.componentTab">
<form class="flex flex-col w-full justify-center">
<ng-template matStepLabel>Add Connector Details</ng-template>
<ng-template matStepLabel>Add Component Details</ng-template>
<div
class="select-none flex flex-col justify-center items-center my-10 w-2/3 mx-auto">
<!-- Central Component Name -->
Expand Down Expand Up @@ -65,7 +65,7 @@
</div>
</form>
</mat-step>
<!-- connector details Step -->
<!-- Central Component details Step -->

<!-- Generate Certificate Step-->
<mat-step
Expand Down

0 comments on commit 659339f

Please sign in to comment.