diff --git a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts index 1d59b5d5cb..9a565a6696 100644 --- a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts +++ b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts @@ -321,7 +321,7 @@ export class SummaryPage extends WizardPageBase { private createStorageSection(): azdata.GroupContainer { const serviceNameColumn: azdata.TableColumn = { - value: ' ', + value: localize('deployCluster.ServiceName', "Service"), width: 150 }; const dataStorageClassColumn: azdata.TableColumn = {