mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Update button texts for Create New project and Open existing project UIs (#14900)
This commit is contained in:
@@ -37,7 +37,7 @@ export class OpenExistingDialog extends DialogBase {
|
||||
];
|
||||
|
||||
constructor(private workspaceService: IWorkspaceService, private extensionContext: vscode.ExtensionContext) {
|
||||
super(constants.OpenExistingDialogTitle, 'OpenProject');
|
||||
super(constants.OpenExistingDialogTitle, 'OpenProject', constants.OpenButtonText);
|
||||
|
||||
// dialog launched from Welcome message button (only visible when no current workspace) vs. "add project" button
|
||||
TelemetryReporter.createActionEvent(TelemetryViews.OpenExistingDialog, TelemetryActions.OpenExistingDialogLaunched)
|
||||
|
||||
Reference in New Issue
Block a user