Apply suggestions from code review

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Shati Patel
2021-04-28 16:34:06 +01:00
committed by Andrew Eisenberg
parent 67eaaadfce
commit b64284c43e
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ export class DatabaseUI extends DisposableObject {
'codeQLDatabases.chooseDatabaseLgtm',
this.handleChooseDatabaseLgtm,
{
title: 'Adding database from LGTM. Choose a language from the dropdown, if available.',
title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.',
})
);
this.push(

View File

@@ -682,7 +682,7 @@ async function activateWithInstalledDistribution(
) =>
databaseUI.handleChooseDatabaseLgtm(progress, token),
{
title: 'Adding database from LGTM. Choose a language from the dropdown, if available.',
title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.',
})
);
ctx.subscriptions.push(