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:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user