From 35a17f42e89ee15966dbe805d5faed63ec9b34c1 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Thu, 28 Jul 2022 11:48:33 -0700 Subject: fix another command to use ILocalizedString (#156615) --- src/vs/workbench/contrib/testing/browser/testExplorerActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vs') diff --git a/src/vs/workbench/contrib/testing/browser/testExplorerActions.ts b/src/vs/workbench/contrib/testing/browser/testExplorerActions.ts index 556f7f4e65d..53579678c41 100644 --- a/src/vs/workbench/contrib/testing/browser/testExplorerActions.ts +++ b/src/vs/workbench/contrib/testing/browser/testExplorerActions.ts @@ -249,7 +249,7 @@ export class ConfigureTestProfilesAction extends Action2 { constructor() { super({ id: TestCommandId.ConfigureTestProfilesAction, - title: localize('testing.configureProfile', 'Configure Test Profiles'), + title: { value: localize('testing.configureProfile', 'Configure Test Profiles'), original: 'Configure Test Profiles' }, icon: icons.testingUpdateProfiles, f1: true, category, -- cgit v1.2.3