Skip to content

Commit

Permalink
chore: change catchup info message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Bitsios committed Jan 8, 2025
1 parent 2967adc commit bdefe8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/20-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can respond by pressing the `y` or `n` keys of your keyboard, for `yes` and

It will then ask if you want to perform a "fast-catchup" with the network after installation is complete:

> Regular sync with the network usually takes multiple days to weeks. You can optionally perform fast-catchup to sync within minutes instead.
> Regular sync with the network usually takes multiple days to weeks. You can optionally perform fast-catchup to sync in 30-60 minutes instead.
>
> Would you like to preform a fast-catchup after installation? (Y/n)
Expand Down
2 changes: 1 addition & 1 deletion ui/bootstrap/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It looks like you're running this for the first time. Would you like to install

const CatchupQuestionMsg = `# Catching Up
Regular sync with the network usually takes multiple days to weeks. You can optionally perform fast-catchup to sync within minutes instead.
Regular sync with the network usually takes multiple days to weeks. You can optionally perform fast-catchup to sync in 30-60 minutes instead.
Would you like to preform a fast-catchup after installation? (Y/n)
`
Expand Down

0 comments on commit bdefe8b

Please sign in to comment.