From 08d48a3eb5e16708242b4a721ead74aebb8bb8ae Mon Sep 17 00:00:00 2001 From: Boyan Rakilovski Date: Wed, 4 Dec 2024 20:18:00 +0200 Subject: [PATCH] fix(ui5-view-settings-dialog): adjust dialog heading level (#10289) The dialog is considered as a separate context so it's heading should be H1. Related to: https://github.com/SAP/ui5-webcomponents/discussions/10191 --- packages/fiori/src/ViewSettingsDialog.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fiori/src/ViewSettingsDialog.hbs b/packages/fiori/src/ViewSettingsDialog.hbs index 74c05afc993c..9e7519191a65 100644 --- a/packages/fiori/src/ViewSettingsDialog.hbs +++ b/packages/fiori/src/ViewSettingsDialog.hbs @@ -20,7 +20,7 @@ @click="{{_navigateToFilters}}" > {{/if}} - {{_title}} + {{_title}}