Change text (#183589)

* Change text

* Accidentally changed the wrong file
This commit is contained in:
Raymond Zhao 2023-05-26 13:22:11 -07:00 committed by GitHub
parent b52b8289cf
commit 7acf02a451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1288,7 +1288,7 @@ export class SettingsEditor2 extends EditorPane {
description: [extension?.description || ''],
descriptionIsMarkdown: false,
descriptionRanges: [],
title: localize('manageExtension', "Manage {0}", extensionName),
title: extensionName,
scope: ConfigurationScope.WINDOW,
type: 'null',
displayExtensionId: extensionId,

View file

@ -1907,7 +1907,7 @@ export class SettingsExtensionToggleRenderer extends AbstractSettingRenderer imp
...defaultButtonStyles
});
actionButton.element.classList.add('setting-item-extension-toggle-button');
actionButton.label = localize('manageExtension', "Manage extension");
actionButton.label = localize('showExtension', "Show Extension");
const template: ISettingExtensionToggleItemTemplate = {
...common,