Skip to content

Commit

Permalink
Change heading level for modal dialog box. (CO-2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Oct 12, 2021
1 parent 9572d6a commit 0db0186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="dialog-title"><?= __('match.op.confirm'); ?></h5>
<h2 class="modal-title" id="dialog-title"><?= __('match.op.confirm'); ?></h2>
<button type="button" class="close nospin" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
Expand Down

0 comments on commit 0db0186

Please sign in to comment.