Skip to content

Commit

Permalink
chore: small rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jun 29, 2024
1 parent 0006416 commit 53b2562
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,12 @@ export default function importCoreDataTaskFactory(docker, dockerPull, generateEn
header: ` If you run a masternode on the same machine, you can
import your existing data so you don't need to sync node from scratch.
You current user must have read access to this directory.`,
message: 'Try?',
message: 'Import existing data?',
enabled: 'Yes',
disabled: 'No',
initial: true,
});
// TODO: Wording needs to be updated

if (!doImport) {
task.skip();
Expand Down Expand Up @@ -179,6 +180,7 @@ You current user must have read access to this directory.\n`,
throw new Error('Cannot copy data dir to volume');
}

// TODO: Wording needs to be updated
await task.prompt({
type: 'confirm',
header: ` You need to stop your existing node before your start a dashmate
Expand Down

0 comments on commit 53b2562

Please sign in to comment.