Skip to content

Commit 0f18c84

Browse files
Update placeholder text
1 parent d440c10 commit 0f18c84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,8 @@ export class DatabaseUI extends DisposableObject {
843843
},
844844
{
845845
label: "$(arrow-down) New database",
846-
detail: "Import a new database from the cloud or your local machine",
846+
detail:
847+
"Import a new database from GitHub, a URL, or your local machine...",
847848
alwaysShow: true,
848849
databaseKind: "new",
849850
},
@@ -920,7 +921,7 @@ export class DatabaseUI extends DisposableObject {
920921
const selectedImportOption =
921922
await window.showQuickPick<DatabaseImportQuickPickItems>(importOptions, {
922923
placeHolder:
923-
"Import a new database from the cloud or your local machine...",
924+
"Import a new database from GitHub, a URL, or your local machine...",
924925
ignoreFocusOut: true,
925926
});
926927
if (!selectedImportOption) {

0 commit comments

Comments
 (0)