Reword dialog box prompt

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Elena Tanasoiu
2023-02-09 14:54:11 +00:00
parent b04b3bf33e
commit 3464cd0cda

View File

@@ -657,7 +657,7 @@ export class DatabaseManager extends DisposableObject {
}
const answer = await showBinaryChoiceDialog(
`We've noticed you don't have a QL pack downloaded to analyze this database. Can we set up a query pack for you?`,
`We've noticed you don't have a CodeQL pack available to analyze this database. Can we set up a query pack for you?`,
);
if (!answer) {