From aab0b3b80a992249b97880ba783d3aa11f807eb9 Mon Sep 17 00:00:00 2001 From: Bitcoin Tools <156422466+bitcoin-tools@users.noreply.github.com> Date: Sun, 8 Sep 2024 08:28:02 -0400 Subject: [PATCH] fix(ui): use proper grammar in the chain sync message --- nodebuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodebuilder b/nodebuilder index f4603b469..70ac74d9d 100755 --- a/nodebuilder +++ b/nodebuilder @@ -1725,7 +1725,7 @@ while [ "${ibd_status}" = 'true' ]; do exit 0 fi - printf '%s\n\n' 'Synchronizing can take days weeks on a slow connection.' + printf '%s\n\n' 'The chain sync can take several days or even weeks.' printf '%s\n' "Close this Terminal window by clicking on the 'X'." printf '%s' "This screen will refresh in ${SLEEP_TIME} seconds." sleep "${SLEEP_TIME}"