Update placeholder text

This commit is contained in:
Robert
2024-02-19 10:39:29 +00:00
parent d440c1080c
commit 0f18c841dc

View File

@@ -843,7 +843,8 @@ export class DatabaseUI extends DisposableObject {
}, },
{ {
label: "$(arrow-down) New database", label: "$(arrow-down) New database",
detail: "Import a new database from the cloud or your local machine", detail:
"Import a new database from GitHub, a URL, or your local machine...",
alwaysShow: true, alwaysShow: true,
databaseKind: "new", databaseKind: "new",
}, },
@@ -920,7 +921,7 @@ export class DatabaseUI extends DisposableObject {
const selectedImportOption = const selectedImportOption =
await window.showQuickPick<DatabaseImportQuickPickItems>(importOptions, { await window.showQuickPick<DatabaseImportQuickPickItems>(importOptions, {
placeHolder: placeHolder:
"Import a new database from the cloud or your local machine...", "Import a new database from GitHub, a URL, or your local machine...",
ignoreFocusOut: true, ignoreFocusOut: true,
}); });
if (!selectedImportOption) { if (!selectedImportOption) {