Skip to content

Commit

Permalink
fix(ui5-view-settings-dialog): adjust dialog heading level (#10289)
Browse files Browse the repository at this point in the history
The dialog is considered as a separate context so it's heading should be H1.

Related to: #10191
  • Loading branch information
unazko authored Dec 4, 2024
1 parent ee08efa commit 08d48a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiori/src/ViewSettingsDialog.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@click="{{_navigateToFilters}}"
></ui5-button>
{{/if}}
<ui5-title wrapping-type="None" class="ui5-vsd-title" id="{{_id}}-label">{{_title}}</ui5-title>
<ui5-title wrapping-type="None" level="H1" class="ui5-vsd-title" id="{{_id}}-label">{{_title}}</ui5-title>
</div>
<div class="ui5-vsd-header-end">
<ui5-button
Expand Down

0 comments on commit 08d48a3

Please sign in to comment.