Skip to content

Commit

Permalink
118627: e2e Fix heading order for access-control-form-container
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout-atmire committed Oct 18, 2024
1 parent fcede75 commit 38a92c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<div>
<div class="d-flex align-items-center">
<h4 class="mb-0 me-4">
<h2 class="h3 mb-0 mr-4">
{{ 'access-control-item-header-toggle' | translate }}
</h4>
</h2>
<ui-switch
[ariaLabel]="(state.bitstream.toggleStatus ? 'access-control-item-toggle.disable' : 'access-control-item-toggle.enable') | translate"
[(ngModel)]="state.item.toggleStatus"
Expand Down Expand Up @@ -65,9 +65,9 @@ <h3 class="h4 mt-3">{{'access-control-access-conditions' | translate}}</h3>
<div class="col-12 col-md-6 d-flex flex-column justify-content-between">
<div>
<div class="d-flex align-items-center">
<h4 class="mb-0 me-4">
<h2 class="h3 mb-0 mr-4">
{{'access-control-bitstream-header-toggle' | translate}}
</h4>
</h2>
<ui-switch
[ariaLabel]="(state.bitstream.toggleStatus ? 'access-control-bitstream-toggle.disable' : 'access-control-bitstream-toggle.enable') | translate"
[(ngModel)]="state.bitstream.toggleStatus"
Expand Down

0 comments on commit 38a92c6

Please sign in to comment.