diff --git a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts index 9a565a6696..84aa40ad7a 100644 --- a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts +++ b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts @@ -340,8 +340,11 @@ export class SummaryPage extends WizardPageBase { value: localize('deployCluster.LogsClaimSize', "Claim size for logs (GB)"), width: 180 }; + + const storageTableTitle = localize('deployCluster.StorageSettings', "Storage settings"); const storageTable = this.view.modelBuilder.table().withProperties({ - title: localize('deployCluster.StorageSettings', "Storage settings"), + title: storageTableTitle, + ariaLabel: storageTableTitle, data: [ [ localize('deployCluster.ControllerText', "Controller"),