mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Replace Big Data Cluster with big data cluster (#6467)
* Replace Big Data Cluster with big data cluster Official docs guidance is to use "big data cluster" instead of "Big Data Cluster" * Use doublequotes and full product name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"description": "Support for managing SQL Server Big Data Clusters",
|
||||
"text.sqlServerBigDataClusters": "SQL Server Big Data Clusters",
|
||||
"description": "Support for managing SQL Server big data clusters",
|
||||
"text.sqlServerBigDataClusters": "SQL Server big data clusters",
|
||||
"command.addController.title": "Connect to Controller",
|
||||
"command.deleteController.title" : "Delete",
|
||||
"command.refreshController.title" : "Refresh"
|
||||
|
||||
@@ -17,7 +17,7 @@ export class AddControllerNode extends TreeNode {
|
||||
private readonly nodeType: string;
|
||||
|
||||
constructor() {
|
||||
super(localize('textBigDataClusterControllerWithDots', 'Add 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