提交 6c7fdfea 编写于 作者: R Rob Lourens

Fix #57376 - tweak new extensions button label

上级 c136ecfa
......@@ -932,7 +932,7 @@ export class SettingsRenderer implements ITreeRenderer {
this.commandService.executeCommand('workbench.extensions.action.showExtensionsWithIds', template.context.extensionIds);
}
}));
button.label = localize('newExtensionsButtonLabel', "Show other matching extensions");
button.label = localize('newExtensionsButtonLabel', "Show matching extensions");
button.element.classList.add('settings-new-extensions-button');
toDispose.push(attachButtonStyler(button, this.themeService));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册