mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#1433 fix typo
This commit is contained in:
parent
b6ec6a805a
commit
ead8d61c63
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [ "$1" = "menu" ]; then
|
|||
# check if index is ready
|
||||
if [ "${isIndexed}" == "0" ]; then
|
||||
dialog --title " Blockchain Index Not Ready " --msgbox "
|
||||
The Blockchain Index is still getting build.
|
||||
The Blockchain Index is still getting built.
|
||||
${indexInfo}
|
||||
This can take multiple hours.
|
||||
" 9 48
|
||||
|
|
Loading…
Add table
Reference in a new issue