Update placeholder text
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user