update title

pull/145035/head
Sandeep Somavarapu 2022-03-14 19:16:55 +05:30
parent 551d8ce0d9
commit efa41ce786
No known key found for this signature in database
GPG Key ID: DD41CAAC8081CC7D
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ class ExtensionUrlHandler implements IExtensionUrlHandler, IURLHandler {
const result = await this.dialogService.confirm({
message: localize('installAndHandle', "Extension '{0}' is not installed. Would you like to install the extension and open this URL?", galleryExtension.displayName || galleryExtension.name),
detail: `${galleryExtension.displayName || galleryExtension.name} (${extensionIdentifier.id}) wants to open a URL:\n\n${uri.toString()}`,
primaryButton: localize('install and open', "&&Install & Open"),
primaryButton: localize('install and open', "&&Install and Open"),
type: 'question'
});