Skip to content

Commit 88a7008

Browse files
committed
1 parent a199a10 commit 88a7008

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/services/extensions/common/extensionUrlHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ class ExtensionUrlHandler implements IExtensionUrlHandler, IURLHandler {
114114
}
115115

116116
const result = await this.dialogService.confirm({
117-
message: localize('confirmUrl', "Allow an extension to open this URL?", extensionId),
117+
message: localize('confirmUrl', "Allow an extension to open this URI?", extensionId),
118118
checkbox: {
119119
label: localize('rememberConfirmUrl', "Don't ask again for this extension."),
120120
},
121-
detail: `${extension.displayName || extension.name} (${extensionId}) wants to open a URL:\n\n${uriString}`,
121+
detail: `${extension.displayName || extension.name} (${extensionId}) wants to open a URI:\n\n${uriString}`,
122122
primaryButton: localize('open', "&&Open"),
123123
type: 'question'
124124
});

0 commit comments

Comments
 (0)