big data cluster -> Big Data Cluster (#7536)

This commit is contained in:
Charles Gagnon
2019-10-07 13:13:40 -07:00
committed by GitHub
parent 5454917569
commit f418104b7a
10 changed files with 17 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ export class AddControllerNode extends TreeNode {
private readonly nodeType: string;
constructor() {
super(localize('textBigDataClusterControllerWithDots', "Add SQL Server big data cluster controller..."));
super(localize('textBigDataClusterControllerWithDots', "Add SQL Server Big Data Cluster controller..."));
this.nodeType = BdcItemType.addController;
}