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:
Kevin Cunnane
2019-07-23 11:54:33 -07:00
committed by GitHub
parent 546f57b473
commit b3e8f466ec
32 changed files with 129 additions and 129 deletions

View File

@@ -63,7 +63,7 @@ export class OpenSparkJobSubmissionDialogCommand extends Command {
let selectedHost: string = await vscode.window.showQuickPick(displayList, {
placeHolder:
localize('sparkJobSubmission_PleaseSelectSqlWithCluster',
'Please select SQL Server with Big Data Cluster. ')
"Please select SQL Server with big data cluster.")
});
let errorMsg = localize('sparkJobSubmission_NoSqlSelected', 'No Sql Server is selected.');
if (!selectedHost) { throw new Error(errorMsg); }