Skip to content

Commit 35a17f4

Browse files
fix another command to use ILocalizedString (microsoft#156615)
1 parent 33a08dc commit 35a17f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/testing/browser/testExplorerActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export class ConfigureTestProfilesAction extends Action2 {
249249
constructor() {
250250
super({
251251
id: TestCommandId.ConfigureTestProfilesAction,
252-
title: localize('testing.configureProfile', 'Configure Test Profiles'),
252+
title: { value: localize('testing.configureProfile', 'Configure Test Profiles'), original: 'Configure Test Profiles' },
253253
icon: icons.testingUpdateProfiles,
254254
f1: true,
255255
category,

0 commit comments

Comments
 (0)