Skip to content

Commit 3464cd0

Browse files
Reword dialog box prompt
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent b04b3bf commit 3464cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/databases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ export class DatabaseManager extends DisposableObject {
657657
}
658658

659659
const answer = await showBinaryChoiceDialog(
660-
`We've noticed you don't have a QL pack downloaded to analyze this database. Can we set up a query pack for you?`,
660+
`We've noticed you don't have a CodeQL pack available to analyze this database. Can we set up a query pack for you?`,
661661
);
662662

663663
if (!answer) {

0 commit comments

Comments
 (0)