Skip to content

Commit

Permalink
vscode: tunnels: update preview button text (#167968)
Browse files Browse the repository at this point in the history
Commit: 7db58f87fe09a26ffccf7d7df8218b902b8d4caa
  • Loading branch information
Connor Peet authored and sourcegraph-bot committed Dec 2, 2022
1 parent 8dac8cb commit b1c3067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ export class RemoteTunnelWorkbenchContribution extends Disposable implements IWo
if (!didNotifyPreview) {
const result = await dialogService.confirm({
message: localize('tunnel.preview', 'Remote Tunnels is currently in preview. Please report any problems using the "Help: Report Issue" command.'),
primaryButton: localize('ok', 'OK'),
primaryButton: localize('enable', 'Enable'),
secondaryButton: localize('cancel', 'Cancel'),
});
if (!result.confirmed) {
Expand Down

0 comments on commit b1c3067

Please sign in to comment.