提交 4b435e35 编写于 作者: J Joao Moreno

fix #44842

上级 b51d61e3
......@@ -350,7 +350,7 @@ export class UpdateAction extends Action {
console.error(err);
this.notificationService.notify({
severity: Severity.Error,
message: localize('failedToInstall', "Failed to install \'{0}\'.", extension.id),
message: localize('failedToUpdate', "Failed to update \'{0}\'.", extension.id),
actions: {
primary: [
this.instantiationService.createInstance(DownloadExtensionAction, extension)
......@@ -862,7 +862,7 @@ export class UpdateAllAction extends Action {
console.error(err);
this.notificationService.notify({
severity: Severity.Error,
message: localize('failedToInstall', "Failed to install \'{0}\'.", extension.id),
message: localize('failedToUpdate', "Failed to update \'{0}\'.", extension.id),
actions: {
primary: [
this.instantiationService.createInstance(DownloadExtensionAction, extension)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册