Skip to content

Commit b64284c

Browse files
Apply suggestions from code review
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent 67eaaad commit b64284c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/ql-vscode/src/databases-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export class DatabaseUI extends DisposableObject {
295295
'codeQLDatabases.chooseDatabaseLgtm',
296296
this.handleChooseDatabaseLgtm,
297297
{
298-
title: 'Adding database from LGTM. Choose a language from the dropdown, if available.',
298+
title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.',
299299
})
300300
);
301301
this.push(

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ async function activateWithInstalledDistribution(
682682
) =>
683683
databaseUI.handleChooseDatabaseLgtm(progress, token),
684684
{
685-
title: 'Adding database from LGTM. Choose a language from the dropdown, if available.',
685+
title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.',
686686
})
687687
);
688688
ctx.subscriptions.push(

0 commit comments

Comments
 (0)