Update editor name in visible strings.
This commit is contained in:
@@ -944,7 +944,7 @@
|
||||
},
|
||||
{
|
||||
"command": "codeQL.openDataExtensionsEditor",
|
||||
"title": "CodeQL: Open Data Extensions Editor"
|
||||
"title": "CodeQL: Open CodeQL Model Editor"
|
||||
},
|
||||
{
|
||||
"command": "codeQL.mockGitHubApiServer.startRecording",
|
||||
|
||||
@@ -102,7 +102,7 @@ export class DataExtensionsEditorModule extends DisposableObject {
|
||||
) {
|
||||
void showAndLogErrorMessage(
|
||||
this.app.logger,
|
||||
`The data extensions editor is not supported for ${language} databases.`,
|
||||
`The CodeQL Model Editor is not supported for ${language} databases.`,
|
||||
);
|
||||
return;
|
||||
}
|
||||
@@ -173,7 +173,7 @@ export class DataExtensionsEditorModule extends DisposableObject {
|
||||
await view.openView();
|
||||
},
|
||||
{
|
||||
title: "Opening Data Extensions Editor",
|
||||
title: "Opening CodeQL Model Editor",
|
||||
},
|
||||
);
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@ import { DataExtensionsEditor as DataExtensionsEditorComponent } from "../../vie
|
||||
import { CallClassification } from "../../data-extensions-editor/external-api-usage";
|
||||
|
||||
export default {
|
||||
title: "Data Extensions Editor/Data Extensions Editor",
|
||||
title: "CodeQL Model Editor/CodeQL Model Editor",
|
||||
component: DataExtensionsEditorComponent,
|
||||
} as Meta<typeof DataExtensionsEditorComponent>;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import { MethodRow as MethodRowComponent } from "../../view/data-extensions-edit
|
||||
import { CallClassification } from "../../data-extensions-editor/external-api-usage";
|
||||
|
||||
export default {
|
||||
title: "Data Extensions Editor/Method Row",
|
||||
title: "CodeQL Model Editor/Method Row",
|
||||
component: MethodRowComponent,
|
||||
} as Meta<typeof MethodRowComponent>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user