We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2378a0 commit e9ce730Copy full SHA for e9ce730
src/wizard/wizard.html
@@ -3,7 +3,7 @@
3
<button type="button" class="close wizard-pf-dismiss" aria-label="Close" ng-click="$ctrl.onCancel()" ng-if="!$ctrl.embedInPage">
4
<span aria-hidden="true">×</span>
5
</button>
6
- <dt class="modal-title">{{$ctrl.wizardTitle}}</dt>
+ <h4 class="modal-title">{{$ctrl.wizardTitle}}</h4>
7
</div>
8
<div class="modal-body wizard-pf-body clearfix">
9
<!-- step area -->
0 commit comments