File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments