Skip to content

Commit

Permalink
Fixing inconsistency between Sample request body select label and ari…
Browse files Browse the repository at this point in the history
…a-label (#1962)

* Improved luminosity ratio for focus indicators

* Fixing inconsistency between Sample request body select label and aria-label
  • Loading branch information
jsorohova authored Oct 6, 2022
1 parent 368b9a7 commit f2ccec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h3>
</div>
<div class="col-5">
<div class="flex form-check form-check-inline">
<select aria-label="Request representations" id="requestRepresentations" class="form-control"
<select aria-label="Sample request body" id="requestRepresentations" class="form-control"
data-bind="value: $component.selectedRepresentation">
<!-- ko foreach: { data: request.representations, as: 'representation' } -->
<option
Expand Down

0 comments on commit f2ccec0

Please sign in to comment.