mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
big data cluster -> Big Data Cluster (#7536)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user