Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/contrib/testing/browser/testExplorerActions.ts')
-rw-r--r--src/vs/workbench/contrib/testing/browser/testExplorerActions.ts2
1 files changed, 1 insertions, 1 deletions
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,